div#topnav {
		visibility: visible;
		display: block;
		margin-top:0px;
		text-align: left;
		text-decoration: none;
		width: 100%;
		height: 24px;
		background-color:  White;
		border-bottom: 2px solid #45352F;
		}


#topnav UL
{
margin-left: 58px;
padding: 0px 0px;
display: block;
height: 24px;
margin-top: 0;
}

#topnav li
{
list-style: none;
float: left;
width: 110px;

}

#topnav li a, #topnavlist li.extend
{
margin: 0px;
display: block;
padding: 1px 3px;
text-decoration: none;
color : #660000;
font-size : 8pt;
font-weight : bold;
font-family : "verdana", serif;
width: 110px;
height: 24px;
text-align: center;
text-indent: 15px;
border-top: 1px solid #E0CD49;
border-right: 1px solid #E0CD49;
padding-top: 5px;
}

#topnav li a:hover, #topnav a#current
{
text-align: center;
text-indent: 10px;
padding-top: 6px;
color: #660000;
width: 110px;
height: 24px;
background-color : #E0CD49;
border-top: 1px solid #660000;
border-right: 1px solid #660000;
}


