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

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

.ddcolortabs li{
display:inline;
margin:5px 5px 0 0;
padding:0;
text-transform:uppercase;
}


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

.ddcolortabs a span{
float:left;
display:block;
background: transparent no-repeat right top;
padding: 5px 15px 0px 5px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background:#bb0d00;
color:#ffffff;
}

.ddcolortabs a:hover span{
/*background-color: #d4bf9f;*/
}

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

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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 11px Arial;
z-index:100;
background-color: #ffffff;
width: 150px;
visibility: hidden;
	 /* For web browsers who care */
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #adcdfe;
border-bottom: 0px solid #9d8866; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: black;
}

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

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



