.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding-left: 380px;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #6C6C6C;
margin:0 4px 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{
background-color: #F9F9F9;
color: black;
}

.ddcolortabs a:hover span{
background-color: #F9F9F9;
color: black;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #F9F9F9;
color: black;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*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;
}



.tabcontent{
clear: left;
width: 1004px;
text-align: center;
padding-top: 8px;
padding-bottom: 9px;
/*border-top: 4px solid #699FF6;*/

}

.tabcontent ul{
margin: 0;
padding: 8px;
list-style-type: none;

}

.tabcontent il{
float: left;
margin-right: 1em;
}
.tabcontent a:hover, .tabcontent a.selected{
color: black;
background: #fff;
padding: 6px 8px 9px 9px;



}
.tabcontent a{
color: black;
text-decoration:none;
padding: 6px 8px 8px 9px;
}
