<STYLE type="text/css">
		<!--
<link rel="shortcut icon" href=".\favicon.ico">
#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 14px times, Verdana, sans-serif;
width: 98%;
list-style-type: none;
background: #fff;
}

#navlist li
{
font: 14px times, Verdana, sans-serif;
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
font: 14px times, Verdana, sans-serif;
background: #fff;
color: #8f0f8d;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #660033;
border-bottom: 2px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #7f0f0f;
cursor: default;
font-weight: bold;
border-bottom: 2px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #7f0f0f;
background: #eee;
}
<!--
border-bottom: 1px solid #bbb;
		-->
</STYLE>