#ddcolortabs{
margin-left: 2px;
padding: 0;
width: 980px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
font-size: 14px;
}

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

#ddcolortabs li{
	display: inline;
	margin: 0 2px 0 2px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}

.test123
{
	color: #D4DBFF;
}

/*margin between the tabs*/

#ddcolortabs a{
	float: left;
	color: #166f76;
	background: #CADFEC url(media/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 2px;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px; /*border-left: 1px solid #166f75;
	border-top: 1px solid #166f75;
	border-right: 1px solid #166f75;*/
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
font-size: 14px;
}

#ddcolortabs a span{
float:none;
font-size: 14px;
}


#ddcolortabs a:hover{
	background-color: #166f75;
	color: white;
	font-size: 14px;
}

#ddcolortabs a:hover span{
	background-color: #166f75;
	color: white;
	font-size: 14px;
}

#ddcolortabs #current a, #ddcolortabs #current span{
	/*currently selected tab*/
	background-color: #166f75;
	color: white;
	font-size: 14px;
}

#ddcolortabsline{
	margin-left: 9px;
	margin-right: 20px;
	clear: both;
	padding: 2;
	width: 970px;
	height: 20px;
	color: White; /*line-height: 15px;*/
	background: #166f75;
	vertical-align: middle;
	border-top: 2px solid #166f75; /*Remove this to remove border between bar and tabs*/
	border-bottom: 2px solid #166f75; /*Remove this to remove border between bar and tabs*/
	font-size: 14px;
}

#ddcolortabsline a
{
	text-decoration: none;
	color: white;
	font-size: 14px;	
	line-height: 20px;
}

#ddcolortabsline a:hover
{
	text-decoration: underline;
	color: white;
	font-size: 14px;
	line-height: 20px;	
}