 ul#navlist
{
	margin-left: 0px;
	white-space: nowrap;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 14px;
}

#navlist a {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}


#navlist a:link, #navlist a:visited
{
	color: #797365;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #97281A;
	background-color: #C7BFB2;
	text-decoration: none;
	font-weight: bold;
}
.subNav {
	color: #999;
	text-align: center;
	display: block;
	height: 25px;
}
.subNav a {
	color: #666;
	text-decoration: none;
}
.subNav a:hover {
	color: #666;
	text-decoration: underline;
}
