.ddcolortabs{
padding: 0;
width: 100%;
font-weight:bold;
background: ;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:15px;
}

.ddcolortabs ul{
margin:0;
padding: 1px 0 7px 0;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0;
font-size:13px;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
}


.ddcolortabs a{
float:left;
color: white;
padding: 0px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
margin-left:5px;
text-decoration:none;
border-bottom: 3px solid gray; 
}


.ddcolortabs ul li a:hover, .ddcolortabs ul li a.selected{
border-bottom-color: transparent;
}

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

.ddcolortabs a span{
float:none;
}

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

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

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

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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid #303033; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-size:13px;
font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
line-height:16px;
z-index:100;
background-color: gray;
width: 170px;
visibility: hidden;
}


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