.ddcolortabs{
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.ddcolortabs ul{
	margin:0;
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
	font-weight: normal;
	text-decoration: none;
}


.ddcolortabs a{
	float:left;
	color: #000;
	background: #678b3f url(media/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 6px 8px 3px 7px;
	color: #FFF;
	text-decoration: none;
}

.ddcolortabs a span{
	float:none;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.ddcolortabs a:hover{
	background-color: #8cb85c;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.ddcolortabs a:hover span{
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
	background-color: #FFF;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
