@charset "utf-8";
/* CSS Document for the navigation bar*/
	ul {list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #0A9346;
		position: absolute;
		top: 39, 1, 1, 1,;
		width: 100%;}
	
	li a
	{float: left;
		border-right:1px rgb(84,49,1.00);}
	li a 
		{display:block;
		color: #543136;
		text-align: center;
		padding: 10px 10px;
		text-decoration: none;}
	.active {background-color: #0A9346}