<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
padding-left: 0px;
}

#invertedtabs ul{
font: 15px papyrus;
margin-left:0em;
margin-top: 0em;
margin-bottom: 0em; 
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 0px 0 0;
padding:1;
line-height: 0em;
}

#invertedtabs a{
float:center;
color: red;
background: #3D0101 url(buttons/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:center;
background: transparent url(buttons/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 3px;
}


#invertedtabs a:hover{
/*background-color: #780C09;*/
/*color: C60003;*/
color: gray;
}

#invertedtabs a:hover span{
/*background-color: #780C09;*/
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
/*background-color:#780C09;*/
/*color: #3D0101;*/
color: gray;
}

#invertedtabsline{
clear: both;
background: #3D0101;
}


</style>
