#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font-family: verdana, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight: bolder;
	left: auto;
	position: absolute;
	height: 18px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #000000;
	left: 200px;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover {
	color: #666699;
	background-color: #CCCCCC;
	letter-spacing: normal;
	word-spacing: normal;
}
