.suckertreemenu ul{
margin: 0 ;
padding: 0px ;
list-style-type: none;
border-bottom: 1px solid #ccc;
font-family: Arial, Verdana, san-serif;
font-size: 8px !important;
font-weight: bold; 
z-index: 50;
position:static;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #899FB7; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
padding: 0px;
height: 24px;
border-style: solid;
border-width: 1px;
text-align: center;
border-color:#899fb7 #FFFFFF #FFFFFF #999999;
text-decoration: none;
text-align: center;
color: #FFFFFF;
line-height: 20px;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
width: 160px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
visibility: hidden;
display: block;
border-style: solid;
border-width: 1px;
text-align: center;
border-color: #899fb7 #FFFFFF #666666 #666666;
font-family: Arial, Verdana, san-serif;
font-size: 9px;
font-weight: normal; 
background:#fff; 
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
list-style:none;
float: none;
padding: 0px ;
text-align: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 150px; /* 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: 149px; /*width of sub menu levels*/
color: white;
text-decoration: none;
height: 21px;
line-height: 21px;
text-align: left;
padding: 0px 0px 0px 10px;
border-style: outset;
border-width: 1px;
border-color: #899fb7 #FFFFFF #666666 #666666;
background: url(http://www.ahearn.com/graphics/bullet.gif) no-repeat ;
background-position: 2% 48%;
}


.suckertreemenu ul li a:hover{
background-color: #A80000;
color: white;
}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(http://www.ahearn.com/graphics/bullet.gif) no-repeat center left;
}


* 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 */