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

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

.space {
	font-family: Trebuchet MS;
	font-size: 2px;
	font-weight: 100;
}

.RightMenu {
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

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

.ddcolortabs a {
	float: left;
	color: white;
	background: #990000 url(../images/color_tabs_left.gif) no-repeat left top;
	margin: 2px 2px 0 0px;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.ddcolortabs a span {
	float: left;
	display: block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat
		right top;
	padding: 6px 8px 3px 7px;
}

.ddcolortabs a span {
	float: none;
}

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

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

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

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