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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 13px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid black;
border-bottom-width: 0;
background: #8CC1D9;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width:110px;
color:#FFFFFF;
text-align:right;
padding: 4px 5px;
text-decoration: none;
border-bottom:1px #000000 solid;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width:110px;
display: inline-block;
}


.ddsubmenustyle li a:hover{
color: #D20019;
}

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