
#ddcolortabs{
margin-left: 0px;
padding: 0;
width: 760px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 1px;
}

#ddcolortabs ul{

margin:0;
padding:0;
list-style:none;
}

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


#ddcolortabs a{
	float:left;
	color: white;
	margin:0 2px 0 0;
	padding:0 0 1px 1px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #edad27;
	background-position: left top;
}

#ddcolortabs a span{
float:left;
display:block;

padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #e39c04;
}

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

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

#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 14px;
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background-color: #2e313f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444754;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}




