#navlist  {
	background: #fff url(../../img/bg-nav-top.gif) repeat-x 0 0;
	text-align: center;
	font-size: 80%;
	padding: 10px 0 10px 0;
	margin: 0px 10px 20px 10px;
	border-bottom: 1px dashed #CC9900;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#navlist a:link, #navlist a:visited {
 color: #B78900;
 text-decoration: underline;
}

#navlist a:hover {
 color: #000;
 text-decoration: none;
}
