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

.ddcolortabs ul{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #ccfde2;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


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

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

.ddcolortabs a span{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ccfde2;
float:none;
}

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

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

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%px;
height: 8px;
line-height: 8px;
background: #5e91e8;
}

.tabcontainer{
width:95%px; 
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}