/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-left: 1px solid #cecfc7;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
margin-top:-10px;
}

.ddsubmenustyle li a{
display: block;
width: 110px; /*width of menu (not including side paddings)*/
color: #383838;
background-color: #e9eae2;
text-decoration: none;
padding: 0px 5px;
border-bottom: 0px solid #fff;
background:url(../images/body_bg.gif) repeat 0 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 120px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background: #8EA90E;
color: white;
}

/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}