#navlist {
	margin: 4px 0 0 0;
	width: auto;
	font-family: 'Georgia','Times New Roman','Times','Trebuchet MS', 'Lucida Grande';
	font-size: 12px;
	font-weight:bold;

}

#navlist ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#navlist li {
		
		margin: 0 0 1px 0;
		}

#navlist li a {
		display: block;
		padding: 4px 0 6px 8px;
		background-color:#F0F2E8;
		color:#006600;
		text-decoration: none;
		width: 100%;
		font-weight:bold;
		
}




#navlist li a.here {

		display: block;
		padding: 4px 0 6px 8px;
		background-color:#006600;
		color: #fff;
		text-decoration: none;
		width: 100%;
		font-weight:bold;
		
}

html>body #navlist li a {
		width: auto;
		}

#navlist li a:hover {
		background-color:#B5CDAA;
		color: #006600;
}


html>body #navlist li a.here {
		width: auto;
		}

#navlist li a.here:hover {
		background-color:#006600;
		color: #fff;
}

