﻿#navlist {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	margin-left: 10px;
	margin-right: auto;
}
#navlist li {
	float: left;
}
#navlist li a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	display: block;
	background: #B9B098;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}
#navlist li a:hover {
	background: #727A35;
	color: #FFFFFF;
	padding: 3px 0;
	height: 25px;
}
