.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:5px;
}

.ddcolortabs ul{
font-size:15px;
margin:0;
padding:0;
list-style:none;/*
letter-spacing:0.7px;*/
}

.ddcolortabs li{
display:block;
float:left;
margin:2px 0;
padding:0 0 3px;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: #3d566d;/*
background: black url(media/color_tabs_left.gif) no-repeat left top;*/
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
}

.ddcolortabs a span{/*
float:left;/*
display:block;*/
padding: 1px 0 1px 4px;
}
/*
.ddcolortabs a span{
float:none;
}*/

.ddcolortabs a:hover{/*
background-color: #591f20;*/
color:#588ab9;
}

.ddcolortabs a:hover span{/*
background-color: #591f20;*/
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*//*
background-color: #591f20;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;/*
top: 0;
border: 1px solid;
border-color:#204b57;*/
margin-top:1px;
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-size:12px;
z-index:1000;
background-color: white;
width: 100px;
visibility: hidden;
color:#000;

}


.dropmenudiv_a a{
width:100px;
display:block;
text-indent: 5px;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
border:1px solid;
border-color:#204b57;
margin:0 0 -10px 0; 
padding: 4px 0px 4px 0px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
color:#000;
background-color: white;
}
.dropmenudiv_a a:link, .dropmenudiv_a a:visited,.dropmenudiv_a a.selected{ color:#000;}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color:#204b57;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}


