.ddstyle { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 99% }

.ddstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.ddstyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.ddstyle ul li{
display: inline;
}

.ddstyle ul li a{
color: #ffffff;
padding: 2px 8px;
margin: 0;
text-decoration: none;
}

.ddstyle ul li a:hover{
color:#000093;
}

.ddstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; background-color: white; visibility: hidden; position: absolute; z-index: 100; top: 0; width: 180px; border-style: solid; border-width: 1px 1px 0; border-color: #bbb; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4) }


.dropmenudiv a{
width: auto;
display: block;
text-indent: 11px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EEEDF2;
}