.ddcolortabs{
text-align:center;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}


.ddcolortabs a{
float:center;
color: white;
margin:0 2px 0 0;
padding:0 0 0px 0px;
text-decoration:none;
letter-spacing: 1px;
}

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

.dropmenudiv_a{
position:absolute;
text-align:left;
top: 0;
border: 1px solid #404040; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 9pt tahoma;
line-height:16px;
z-index:100;
background-color: #bfea7d;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px;
border-bottom: 1px solid #404040; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #404040;
color: #ffffff;
}