.ddcolortabs{
height:15px;
padding: 5px 0px 5px 0px;
width:100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
border-bottom:1px solid #135fa2;
margin-bottom:15px;
margin-top:20px;
text-align:left;
margin-left:0px;

}

.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;
}



.ddcolortabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/glowtab.gif) no-repeat right top;
padding: 5px 12px 1px 3px;
font-weight:bold;
color:#3B3B3B;
}

.ddcolortabs a span{
float:none;
}


.ddcolortabs a.selected{ /*Selected Tab style*/
background-position:0 -23px; /*Shift background image up to start of 2nd tab image*/
}

.ddcolortabs a.selected span{ /*Selected Tab style*/
background-position:100% -23px; /*Shift background image up to start of 2nd tab image*/
color: black;
}



.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px 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;
}

