/*Credits: Dynamic Drive CSS Library */


.suckertreemenu ul{
margin: 0;
padding: 0;
align:center;
list-style-type: none;
width:680px;}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
width:85px;
height:36px;}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 85px; /*width of top level menu link items*/
padding: 8px 0px 8px 0px;
border: 0px solid black;
border-left-width: 0;
font-weight:bold;
height:25px;
color:#fff;
text-align:center;
font-size:14px;
text-shadow:1px 1px 1px #666;}
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
height:27px;
width: 80px;}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background:url(../images/dh_bj.jpg) repeat-x;
height:27px;}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 140px; /* no need to change, as true value set by script */
top: 0;}
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 150px; /*width of sub menu levels*/
color:#fff;
text-decoration: none;
padding: 5px 5px;
font-weight:bold;
background:url(../images/dh_bj.jpg) repeat-x;
height:27px;}
.suckertreemenu ul li a:hover{
background:url(../images/dh_bj.jpg) repeat-x;
height:27px;
color:#fff;}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: no-repeat center right;}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: no-repeat center right;}
* html p#iepara{ /*for a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in ie*/
padding-top: 1em;}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
/* End */