#navlist
{
	padding: 11px 0 11px 0;
	background: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	}

	#navlist li a
	{
		padding: 4px;
		margin-left: 0px;
		text-decoration: none;
		color: #005E2C;
		font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
		font-size: 12px;
		font-weight: bold;
	}
		
		#navlist li a#last {
			border-width:0;
			}

		#navlist li a:hover {
			background:#FFF url(images/hoverbg.gif) repeat-x top left;
			color:#000;
			border-bottom-width:0;
			}
	
	#navlist li a#current {
		font-weight:bold;
		cursor:default;
        color: #000;
		}
	
		#navlist li a:hover#current {
			cursor:default;
			color:#3f8bcf;
			background-image:none;
			}
	
	