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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
font-family:'Droid Sans', serif;
display:block;
width:auto;
}

.ddsubmenustyle li a{
display: block;
color: #fff;
width: auto; /*width of menu (not including side paddings)*/
text-decoration: none;
text-align: center;
background: #00006E;
padding: 0px 5px 4px 5px;
font-size: 12.5px;
}

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

.ddsubmenustyle li a:visited{
text-decoration: none;
color: #fff;
}

.ddsubmenustyle li a:hover{
color:#1FC4F4;
text-decoration: none;
}

.ddsubmenustyle li a.selected{
text-decoration: none;
color: #1FC4F4;
}

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