.ddcolortabs{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}
.ddcolortabs li{
display:inline;
padding:0;
text-transform:uppercase;
}
.ddcolortabs a{
float:left;
color: white;
text-decoration:none;
}
.ddcolortabs a span{
float:left;
display:block;
}
.ddcolortabs a span{
float:none;
}
.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}



.ddcolortabsline{
clear: both;
padding: 0px ;
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;
	border: 1px solid #0976ba; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	background-color: #3791c2;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index:60;
}
.dropmenudiv_a a{
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #c6deec; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #cc051a;
color: white;
}
