.ddcolortabs{
padding: 0px 0px 0px 50px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: 12px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: black;
background: #A3D5F0 url(media/color_tabs_left.gif) no-repeat left top;
margin:0 5px 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{
color: white;
background-color: #3399CC;
}

.ddcolortabs a:hover span{
color: white;
background-color: #3399CC;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
color: white;
background-color: #3399CC;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #A3D5F0;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
color:white;
padding: 3px 5px 3px 5px;
background-color: #3399CC;
clear: left;
width:980px; /*width of 2nd level sub menus*/
height:1.2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer span{
	color:#EEE;	
}
.tabcontainer a:hover{	
	text-decoration:none;
}
.tabcontent{
display:none;
background: #3399CC;

}