<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;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 2px;
color:#000000
}

#invertedtabs ul{
font: bold 9px 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 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
font-size:9px;
}


#invertedtabs a{
float:left;
color:#FF6600;
background: #F7FFE8;
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;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color:#FF6600;
color:#FFFFFF;
}

#invertedtabs a:hover span{
background-color:#FF6600;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color:#FF6600;
color:#FFFFFF;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 10px;
line-height: 10px;
background:#999999;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#clear {
clear:both;
}


</style>



