.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px tahoma;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:right;
color: #808080;

margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
font-weight:bold;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #D0D0D0;
color:#585858;
}

.ddcolortabs a:hover span{
background-color: #D0D0D0;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #00bfbf/*#4073FB*/;
color:white;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 8px;
background: #00bfbf/*#F0F0F0*/;
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;
 }