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

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float:left;
	color: white;
	text-decoration:none;
	background-color: #000000;
	background-image: url(media/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 2px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.ddcolortabs a span{
float:none;
}

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

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

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #678b3f; /*Remove this to remove border between bar and tabs*/
}

.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;
}
