.ddcolortabs{
padding: 0;
width: 620px;
/*background: transparent;*/
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
width:154px;
height:26px;

}


.ddcolortabs a{
float:left;
color: white;
background: #a52f01 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
/*padding: 6px 8px 3px 7px;*/
padding: 6px 5px 3px 9px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #ce7d01;
}

.ddcolortabs a:hover span{
background-color: #ce7d01;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #ce7d01;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 617px;;
height: 6px;
line-height: 6px;
background: #a52f01;
/*border-top: 1px solid #fff; Remove this to remove border between bar and tabs*/
}

.tabcontainer{
padding-bottom:10px;
clear: left;
width:620px; /*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.*/
}

.tabcontent{
display:none;
background-color:#fef7da; 
width:616px; 
border:1px solid #f3ec92;
}