.suckertreemenu ul{
margin: 0px;
padding: 1px;
float: left;
display: block;
}
 
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
font-weight: normal;
color: #999999;
display: block;
float: left;
height: 15px;
font-family: verdana; /* font for the whole menu */
font-size: 12px; /* font size for the whole menu */
background-color: #FFFFFF; /*overall menu background color*/
}
 
/*Top level menu link items style*/
.suckertreemenu ul li a{
 

/* to set a consistent width for all top menu items, uncomment the next line */
padding: 0px;
text-decoration: none;
color: #999999; /* color of top level text */
}
 
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 3px; /* position of dropdown box */
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
height: 15px;
visibility: hidden;
 
}
 
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: inline;
float: left;
left: -3px;
z-index:90;
}
 
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* no need to change, as true value set by script */
top:-3px;
 
 
 
}
 
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #999999;
font-family: verdana;
font-size: 10px;
text-decoration: none;
 

}
 
.suckertreemenu ul li a:hover{
background-color: none; /* roll over color */
color: #993300;
 

}
 
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF;
}
 
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(arrow-right.gif) 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%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */
 

/* End */
 
