#navbar
{
	float: right;
	text-align: center;
	margin: 0 0 1em 0;
}

#navbar FORM
{
	display: inline;
	padding: 0;
	margin: 0;
}

#navlist LI
{
	display: inline; /* IE5 needs this, I'm told */
}

#navlist
{
	width: 7em;
	margin: 0 0 0 2em;
	padding: 0;
	border: #060 solid;
	border-width: 0 0 10px 10px;
}

#navlist A, #current
{
	width: 99.99%; /* extend the sensible area to the max in IE5 */
	display: block;
	border-bottom: 1px #060 solid;
	text-decoration: none;
	background-color: #ccc;
	color: #060;
}

#current 
{
	background-color: #060;
	color: #ffd;
	font-weight: bold;
	text-align: left;
}

#navlist A:hover { background-color: #FFD; }

