<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#invertedtabs li{
}


#invertedtabs a{
float:center;
color: #333333;
font-weight:bold;
background: white;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
display:block;
padding:0px 0px 0px 0px;
}

#invertedtabs a:hover{
background-color:white;
color: #4589AA;
}

#invertedtabs a:hover span{
background-color: white;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color:white;
text-decoration:none;
color: #4589AA;
}

</style>

