.ddcolortabs{
padding: 0;
width: 100%;
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 8px 0 0;
padding:0;
text-shadow: #444444 2px 2px 2px;
	height: 1em;
	filter: Shadow(Color=#444444, 	
			Direction=135, 
			Strength=2);
font-weight: bold;
}


.ddcolortabs a{
float: left;
color: #FFFFFF;
background: #b1aca9;
margin:0 3px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 3px;
border-top: 1px solid #3B2F27;
border-left: 1px solid #3B2F27;
border-right: 1px solid #3B2F27;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}


.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #3B2F27;
}

.ddcolortabs a:hover span{
background-color: #3B2F27;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #3B2F27;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #A81800;
/*border-top: 1px solid #fff;*/ /*Remove this to remove border between bar and tabs*/
}

span.tabSpace
	{
	float: left;
	color: white;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	letter-spacing: 1px;
	}


.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}