/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

img, ul, li, a:link  { behavior: url(/scripts/iepngfix.htc) }

#head_nav_box ul{
margin: 0;
padding: 0;
list-style-type: none;
position:absolute; top:86px; left:170px;
background-color: transparent; z-index:2;
color:#fff;
}

/*Top level list items*/
#head_nav_box ul li{
position: relative;
display: inline;
float: left;
border: 1px solid #fff;
border-width: 0 1px 0 0;
text-align:center;
font-weight:bold;
width: 95px;
}

/*Top level menu link items style*/
#head_nav_box ul li a{
display: block;
padding: 0 8px;
text-decoration: none;
}
	
/*1st sub level menu*/
#head_nav_box ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color:#fff;
opacity: .85;
-moz-opacity: .85;
-khtml-opacity: .85;
filter: alpha(opacity=85);
}

/*Sub level menu list items (undo style from Top level List Items)*/
#head_nav_box ul li ul li{

color:#555;
width: 135px;
text-align:center;
display: list-item;
float: none;
font-weight:normal;
margin: 0 0 -3px 0;
border:0px solid #000;
font-size:7pt;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#head_nav_box ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#head_nav_box ul li ul li a{
display: block;
text-decoration: none;
padding: 4px 8px;
border:0; 
}

#head_nav_box ul li ul li a:hover{
 text-decoration: underline; background-color:#B8D9EC;
}

#head_nav_box ul li a:link, #head_nav_box ul li a:visited { color:#fff; } 
#head_nav_box ul li ul li a:link, #head_nav_box ul li ul li a:visited { color:#000; } 

* 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;
}
	
* html #head_nav_box ul li { float: left; height: 1%; }
* html #head_nav_box ul li a { height: 1%; }
