#invertedtabs{
float:left;
padding: 0;
/*width: 100%; */
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
margin-left: 4px;
}

#invertedtabs ul{
font: bold 12px Arial, Verdana, sans-serif;
list-style:none;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.2 em;
}


#invertedtabs a{
float:left;
color: #000;
background: #fc0 url(/images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(/images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}

#invertedtabs a:hover{
background-color: #FBDF62;
}

#invertedtabs a:hover span{
background-color: #FBDF62;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #FBDF62;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #fc0;
/* border-bottom: 1px solid #fff;  Remove this to remove border between bar and tabs*/
}
