.ddcolortabs{
padding: 0;
width: 100%;
background: a03c3e;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: bold 11px Arial;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:none;
}


.ddcolortabs a{
float:left;
color: white;
background: #a03c3e;
margin:0 1px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: white;
background-color: #a08373;
}

.ddcolortabs a:hover span{
color: white;
background-color: #a08373;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #a08373;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #ffffff;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: center;
width:100%; /*width of 2nd level sub menus*/
height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.ddsubtabs{
display:none;
padding: 0;
width: 100%;
background: #a18374;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddsubtabs ul{
font: bold 11px Arial;
margin:0;
padding:0;
list-style:none;
}

.ddsubtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:none;
}

.ddsubtabs a{
float:left;
color: white;
background: #a18374;
margin:0 1px 0 0;
padding:0 0 1px 1px;
text-decoration:none;
letter-spacing: 0px;
}

.ddsubtabs a span{
float:left;
display:block;
background: transparent;
padding: 3px 4px 1px 3px;
}

.ddsubtabs a span{
float:none;
}

.ddsubtabs a:hover{
color: white;
background-color: #a03c3e;
}

.ddsubtabs a:hover span{
color: white;
background-color: #a03c3e;
}

.ddsubtabs a.current, #ddsubtabs a.current span{ /*currently selected tab*/
background-color: #a03c3e;
}

.ddsubtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #ffffff;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}