/* CSS Document */
 #navlist ul {
	margin: 0pt;
	list-style-type: none;
	text-align: left;
	padding-left: 160px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font: small Verdana, Arial, Helvetica, sans-serif;
    }

  #navlist ul li { display: inline;
    }

  #navlist ul li a {
	text-decoration: none;
	color: #666666;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	margin-left: 10px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D9A106;
    }

  #navlist ul li a:hover {
	background-color: #D9A106;
	color: rgb(255, 255, 255);
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D9A106;
    }
