.ddcolortabs{
padding: 0px;
width: 100%;

background-color: #e8e6e6;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 18px;
	color: #666666;
}

.ddcolortabs li{
	display:inline;
	margin:0 0px 0 0px;
	padding:0;
	text-transform:none;
}


.ddcolortabs a{
float:left;
color: #8e8d8d;

margin:0 2px 0 0;
padding:0 0 1px 1px;
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{

}

.ddcolortabs a:hover span{
background-color: #ffffff;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #eeeeee;
}

.ddcolortabs a.selected, #ddcolortabs a.selected span{ /*currently selected tab*/
background-color: #ffffff;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #999999;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
	clear: both;
	width:99%; /*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.*/
	text-align: right;
}

.tabcontent{
display:none;
background-color:#999999;
}

.selected{
	
	background-color: #ffffff;
	background-image: url(media/home.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
