@charset "UTF-8";
/* CSS Document */

#navlist {
	background-color: 666633;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	text-align: center;
	color: #666633;
	padding-bottom: 5px;
}
#navlist ul {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	font-size: 80%;
}
#navlist li {
	display: inline;
	text-align: center;
	height: 10px;
	padding-right: 40px;
	vertical-align: middle;
}
#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #000000;
	text-decoration: underline;
}
#navlist a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
