#topnav {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-left:250px; padding:0;
	height:20px;
	clear:both;
	

	
	}

	/*
margin-left:350px; padding:0;
	border: solid 5px;
	border-color: Lime;
*/	

	#topnav ul {
		list-style: none;
		border:0; margin:0; padding:0;
		clear:both;
		}
			
	#topnav li {
		list-style: none;
		margin:0; margin-left:1px;
		line-height:normal;
		text-align:left;
		float:left;
		width:22%;
		

		}

/*
width:30%;
		border: solid 2px;
	border-color: Fuchsia;
*/	
	
	/* below is where you specify the height of the block and the display */
			
	#topnav li a {
			color: #548E6F;
			text-align:left;
			text-decoration: none;
			padding:5px 5px 3px 5px; margin:0 25px 0 0;
			height:15px;
			float:left;
			}
	
		html>body #topnav li a {
			width: auto;
			}
		
		#topnav li a:hover {
			text-decoration:underline;
			}
	
		#topnav li#active a {
			color: #999;
			text-align:center;
			text-decoration: underline;
			}


#quicklinks {
	font: normal 12px/12px arial,helvetica,sans-serif;
	text-align:left;
	margin:0 auto; padding:0;
	clear:both;
	width:150px;
	float:right;
	
	}


	#quicklinks ul {
		list-style: none;
		border:0; margin:0; padding:0;
		float:right;
		}
			
	#quicklinks li {
		list-style: none;
		margin:0 0 .4em 0;
		}
	

	#quicklinks li#active2 a {text-decoration: underline; }
	
	/* below is where you specify the height of the block and the display */
			
	#quicklinks li a {
			color: #999;
			text-align:center;
			text-decoration: none;
			padding:5px 5px 3px 5px; margin:0 25px 0 0;
			height:15px;
			}
	
		html>body #quicklinks li a {
			width: auto;
			}
		
		#quicklinks li a:hover {
			text-decoration:underline;
			}
	

	