<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 2px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 3px;
}

#invertedtabs ul{
font: bold 13px Arial Narrow;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 3px 0 0;
padding:0;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #C86000 url(media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 3px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 5px 3px 5px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color:#007848;
}

#invertedtabs a:hover span{
background-color: #007848;
color:#192712;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #007848;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #007848;
border-bottom: 1px solid #506808; /*Remove this to remove border between bar and tabs*/
}

</style>
