.ddmenu{
width: 99%;
text-align:center;
}

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

.ddmenu ul{
border: 0px;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

/*.ddmenu ul li{
display:inline;
}*/

.ddmenu ul li a{
/*color: #acd3ff;*/
padding: 0px;
margin: 0px;
text-decoration: none;
border-right: 0px;
}

.ddmenu ul li a:hover{
background: transparent; /*THEME CHANGE HERE*/
}

.ddmenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
}

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

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #3668a1; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
margin-left:133px!important;
margin-top: -28px!important;
z-index:100;
background-color: #acd3ff;
width: 240px;
visibility: hidden;
}

.dropmenudiv a{
width:auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3668a1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-family: Verdana;
size:12px;
font-weight:bold;
color:#3668a1;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dbecff;
text-decoration:none;
color:#993300;
}