#tablist{
padding: 1px 0;
margin-left: 0;
margin-bottom: 0.1em;
margin-top: 0.1em;
font: bold 10px Verdana;
border-bottom:  1px solid #e77843;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 1px 0.5em;
margin-left: 1px;
border: 1px solid #e77843;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #ffede6;
border-color: #e77843;
/*font-weight: bold;*/
border-bottom: 1px solid #ffffff;
}

#tablist li a.current{
color: #6c6c6c;
background: white;
font-weight: bold;
cursor: text;
border-bottom: 1px solid #ffffff;
}