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

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

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


.ddcolortabs a{
	float:left;
	color: white;
	background: #79479f 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;
}

.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: #F0B51D;
}

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

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

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #79479f;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-color: #79479f;
	vertical-align: middle;
}

.tabcontent{
display:none;
}
.tabcontainer table {
	background-color: #F0B51D;
	height: 2em;
}
.tabcontainer td {
	text-align: middle;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.blanks {color: #F0B51D}
