.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs a{
float:left;
color: white;
margin:0px;
padding:0px;
text-decoration:none;
}

.ddcolortabs a:hover{
background-color: #000000;
}

.ddcolortabs a:hover span{
background-color: #000000;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #000000;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #cc9933; /*THEME CHANGE HERE*/
border-top-width: 0px;
border-bottom-width: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:normal;
line-height:18px;
z-index:100;
background-color: #999999;
width: 244px;
visibility: hidden;
}


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

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

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