.ddmenu ul
{
padding: 3px 0px 0px 0px;
margin-left: 0;
margin-top: 0px; /* orig:1px*/
margin-bottom: 0;
font: normal 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ddmenu li
{
display: inline;
margin: 0;
float:left;
}

.ddmenu li a
{
display:block;
text-decoration: none;
padding: 5px 20px 5px 20px; /* menu size settings */
margin: 0;
margin-right: 1px; /*distance between each tab*/
background-color: #293843;
color: white;
font-size: 12px;
}

.ddmenublank
{
display:inline;
float:left;
width:100%;
max-width:0; /* fix for opera & firefox */
padding: 5px 0px; /* menu size settings */
background-color: #293843;
}

.ddmenu li a:visited
{
color: white;
}

.ddmenu li a:hover, .ddmenu li.selected a
{
background-color: #577892;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px ridge #dcdcdc;*/ /*THEME CHANGE HERE*/
border-width: 1px 1px; /* original: 0 1px; */
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #293843;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcdcdc; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
text-align:left;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #577892;
}
