#tablist{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 0px 0.5em;
margin-left: 3px;
border: 0px;
border-bottom: none;
background: white url(../Images/menu.gif) center center repeat-x;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
background: url(../Images/chromebg2.gif) center center repeat-x;
border-color: #227;
}

#tablist li a.current{
background: url(../Images/chromebg2.gif) center center repeat-x;
}


