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

.ddcolortabs ul{
font: 12px Arial, Verdana, sans-serif;
font-weight:normal;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 auto;
padding:0;
}


.ddcolortabs a{
font: 12px Arial, Verdana, sans-serif;
float:left;
color: white;
background: #f3991b;
margin:0 auto;
padding:2px 3px 2px 3px;
text-decoration:none;
font-weight:normal;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 2px 3px 2px 3px;
font: 12px Arial, Verdana, sans-serif;
}

.ddcolortabs a:link{ color: #fff; text-decoration: none; }
.ddcolortabs a:hover, .ddcolortabs a:active { background-color: #e8e2d4; color:#613a00; }

.ddcolortabs a:hover{
background-color:#e8e2d4;
color:#613a00;
}

.ddcolortabs a:hover span{
background-color: #e8e2d4;
color:#613a00;
}

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

.ddcolortabs a:link { color: #fff; text-decoration: none; }
.ddcolortabs a:hover, .ddcolortabs a:active { background-color: #e8e2d4; color:#613a00; }

.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;
margin-top:0;
border: 1px solid #888888; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font: 12px Arial;
line-height:18px;
z-index:100;
width: auto;
visibility: hidden;
text-align:left;
background-color:#e8e2d4;
}


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

* html .dropmenudiv_a a{ /*IE only hack*/
width: 150px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #613a00;
color: white;
}
.dropmenudiv_a a:link, .dropmenudiv_a a:visited { color: #58585a; text-decoration: none; }
.dropmenudiv_a a:hover, .dropmenudiv_a a:active { background-color: #613a00; color: white; }
