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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial;
position: absolute;
list-style-type: none;
visibility: hidden;
z-index: 100;
text-transform:uppercase;
margin:0px;
z-index:100;
}

.ddsubmenustyle li a{
display: block;
width: 172px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #000;
text-decoration: none;
padding: 8px;
text-align:left;
margin-left:-40px;
margin-top:0px;
*margin-left:0px;
border-top:solid #fff 1px;
z-index:100;
}


.ddsubmenustyle li a:hover{
background-color: #FFDF18;
color: #000;
border-top:solid #fff 1px;
z-index:100;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
text-transform:lowercase;
z-index:100;
}



.ddiframeshim{
position: absolute;
width: 0;
height: 0;
display: block;
z-index:100;
}










