.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:3px;
padding:3px;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:center;
color: white;
background:  url(images/color_tabs_left.gif) no-repeat left top;
margin:0;
padding:0;
text-decoration:none;
letter-spacing: 1px;
caption style="caption-side: bottom";
height: 100%;
width:100%;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:0;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #0000DD;
width: 100%;
height: 100%;
padding:0;
}

.ddcolortabs a:hover span{
background-color: #0055FF;
width: 100%;
height: 100%;
padding:0 0 0 0; 
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #0000DD;
width: 100%;
 padding:0 0 0 0;
}

.ddcolortabsline{
clear: both;
padding: 0 0 0 0;
margin:0;
width: 100%;
height: 100%;
line-height: 0px;
background: #006644;
border-top: 0px none #FFFFFF; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: center;
width:100%; /*width of 2nd level sub menus*/
height: 100%;
height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}