	#navcontainer {
	/* none needed */
	/*position: relative;*/
	background-color: rgb(93,159,117);
	height: 100%;
	width: 100%;
	/*margin-left: -6px;
	margin-right: -6px;
	margin-top: -6px;*/
	float: left;
	}

	ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	}

	ul#navlist li {
	float: left;
	font-family: Arial, sans-serif;
	/*font-size: 9px;*/
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: rgb(93,159,117);
	border-top: 1px solid rgb(94,159,116);
	border-bottom: 1px solid rgb(94,159,116);
	list-style-image: none;
	}

	#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 5px 9px;
	color: rgb(255,255,255);
	border-right: 2px dotted rgb(75,127,92);
	text-decoration: none;
	}

	ul#navlist li#active {
	color: #95bbae;
	background-color: rgb(75,127,92);
	}

	#navlist a:hover	{
	color: #74a893;
	background-color: #d1e3db;
	}

	