.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;
margin:0;
padding:0;
text-align: center;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;
}


.ddcolortabs a{ /* background colour of non-active tabs */
float:left;
background: #91a07d url(../js/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0; /* the 2nd number adjust the spacing bewteen tabs */
padding:0 0 1px 2px; 
text-decoration:none;
letter-spacing: .8px; 
}

.ddcolortabs a span{
float:left;
display:block;
color: #FFF; 
font-weight:600;
background: transparent url(../js/color_tabs_right.gif) no-repeat right top;
padding: 7px 8px 3px 8px; /* spacing around main tab text */
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
text-decoration:none;
}

.ddcolortabs a:hover span{
text-decoration:none;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab = dark green */
text-decoration:none;
background-color: #677d4a;
}

.tabcontainer{
clear: left;
width:90%px; /*width of 2nd level sub menus*/
padding: 10px 10px 5px 10px; /* spacing around text within div */
color: #fff;
text-align: justify;
background-color: #677d4a; /* dark green */
height: 83px;
/* letter-spacing: -.07em;  /* best place to tweak the div text to ensure it fill s but not overflows */
word-spacing: -1px;
}

.tabcontent{
display:none;
}