/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin: 0px;
padding: 0;
width: 800px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#invertedtabs ul{
font: bold 10px Arial, Verdana, sans-serif;
margin:0 5px;
/*margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:7px 4px 0 0;
padding:0;
/*text-transform:uppercase;*/
line-height: 19px;
}


#invertedtabs a{
float:left;
color: white;
background: #cdad00; /*url(media/color_tabs_left2.gif) no-repeat left bottom*/;
margin:5px 4px 0 0px;
padding:0 0 0 0px;
text-decoration:none;
letter-spacing: 1px;
border-top: 1px solid #cdad00;
border-right: 1px solid #cdad00;
border-left: 1px solid #cdad00;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;

}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #000000;
border-top: 1px solid #cdad00;
border-right: 1px solid #cdad00;
border-left: 1px solid #cdad00;
}

#invertedtabs a:hover span{
background-color: #000000;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #000000;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 800px;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
