.ddcolortabs{
padding: 0;
width: 378px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: 13px helvetica, tahoma, helvetica, sans-serif;
font-weight:bold;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 3px 3px 3px;
padding:0;
}


.ddcolortabs a{
float:left;
color: #999999;
background: #000000;
margin:0 10px 0 0;
padding:0 0 2px 2px;
text-decoration:none;
letter-spacing: 0px;
font-weight:bold;
border-bottom: 3px solid #999999; /*Remove this to remove border between bar and tabs*/
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.ddcolortabs a span{
float:left;
display:block;
background:;
padding: 2px 4px 0px 3px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{

color:#ffffff;
font-weight:bold;
background: #000000;
border-bottom: 3px solid #faae01; /*Remove this to remove border between bar and tabs*/
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.ddcolortabs a:hover span{

color:#ffffff;
font-weight:bold;

}

.ddcolortabs a.current, #ddcolortabs2 a.current span{ /*currently selected tab*/

color:#ffffff;
font-weight:bold;
background: #000000;
border-bottom: 3px solid #faae01; /*Remove this to remove border between bar and tabs*/
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.ddcolortabsline a{
clear: both;
padding: 0;
width: 380px;
height: 0px;
line-height: 0px;
background: #fff;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}


.tabcontainer{
clear: left;
width:380px; /*width of 2nd level sub menus*/
height:; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
