<style type="text/css">
<!--
ul#tabnav {
list-style-type: none;
margin: 0;
padding-left: 0px;
padding-bottom: 5px;
border-bottom: 0px solid #003399;
font: normal 11px arial,helvetica,sans-serif;
text-align: center;
}

ul#tabnav li {
float: left;
height: 24px;
background-color: #FFFFFF;
color: #FFFFFF;
margin: 2px 2px 0px 2px;
border: 0px solid #003399;
text-align: center;
}

ul#tabnav a:link, ul#tabnav a:visited {
display: block;
color: #003399;
background-color: transparent;
text-decoration: bold;
padding: 10px;
}
ul#tabnav a:hover {
background-color:#ffffcc;
color: #330099;
}
</style>