
#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
/*margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 0 0 0;
padding:0;
line-height: 1.5em;
}


#invertedtabs a{
float:right;
color: #FFFFFF;
background: #A5AFC0;
margin:0 2px 0 0;
padding:0 0 0 0px;
text-decoration:none;

}

#invertedtabs a span{
float:right;
display:inline;
background: transparent;
padding:3px 15px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #A5AFC0;
color: #5E5E52;
}

#invertedtabs a:hover span{
background-color: #A5AFC0;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #FFFFFF;
color: #5E5E52;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #A5AFC0;
/*border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



