#navlist
{
	margin: 0;
	padding: 0 0 21px 30px;
	border-bottom: 1px solid #564DAD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FF9400;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 15px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #827BC5;
}

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

#navlist a:hover {
	color: #564DAD;
}
