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

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

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


.ddcolortabs a{
	float:none;
	color: white;
	margin:0 0px 0 0;
	padding:2px 5px 2px 4px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #2d385b;
}

.ddcolortabs a span{


padding: 0 0 0 0;
}

.ddcolortabs a span{
float:none;
}

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

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



.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 6px;
line-height: 6px;
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;
	border: 1px solid #2d385b; /*THEME CHANGE HERE*/
	border-top-width: 6px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0px;
	border-left-width:8px;
	border-right-width:0px;
	font:normal 14px Arial;
	line-height:20px;
	z-index:100;
	background-color: #244856;
	width: 200px;
	visibility: hidden;
	opacity:0.8;
	moz-opacity:0.8;
	filter:alpha(opacity=80);
	color: #FFFFFF;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 0px;
	border-top: 0 solid #678b3f;
	/*border-bottom: 1px solid #0099ff; THEME CHANGE HERE*/
	padding: 6px 6px 6px 3px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 14px;
}

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

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