.ddcolortabs{
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../graphics/default.gif) center center repeat-x;
list-style:none;
}

.ddcolortabs li{
display:inline;
}

.ddcolortabs a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: white;
background: transparent url(../graphics/active.gif) center center repeat-x;
}

.ddcolortabs a:hover span{
color: white;
background: transparent url(../graphics/active.gif) center center repeat-x;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
color: white;
background: transparent url(../graphics/active.gif) center center repeat-x;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid white; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #F6A314;
border-bottom: 1px solid #F6A314; /*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: #F6A314;
color: black;
}