/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
/*font: normal 13px Verdana;
position: absolute;
background: white;
left: 0;
top: 0;
list-style-type: none;
border: 0;
border-bottom-width: 0;
visibility: hidden;
z-index: 500;
margin: 0px 0px 0px 0px; 
padding: 0;*/
-x-system-font:none;
background:white none repeat scroll 0 0;
border:0 none;
font-family:Verdana;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
left:0;
line-height:normal;
list-style-type:none;
margin:0;
padding:2px 0 0;
position:absolute;
top:0;
visibility:hidden;
z-index:500;
}

.ddsubmenustyle, .ddsubmenustyle li img {
display: block;
vertical-align: top;
}

.ddsubmenustyle li a{
display: block;
width: 100%; /*width of menu (not including side paddings)*/
color: white;
background-color: white;
text-decoration: none;
padding: 0px 0px;
vertical-align: top;
margin: 0px 0px 0px 0px; 
padding: 0px; 
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
