/**********************/
/* TOP  MENU */
/**********************/
#topnav {
	clear: both;
	float: left;
	width: 580px;
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:2px;
}
#topnav ul {
	margin: 0;
	margin-bottom:10px;
	padding-left: 24px;
	list-style-type: none;
	height:20px;
}
#topnav li {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 1.2em;
}
#topnav a {
	display: block;
	font:normal 1.0em Arial, tahoma, verdana, sans-serif;
	text-decoration:none;
	color:#416026;
	font-weight: bold;
	padding: 4px 0px 0px 24px;
}
#topnav a:hover, .topnav a:focus, .topnav a:active {
	display: block;
	text-decoration:none;
	color:#000000;
	background-image: url("../wfakent-images/small-poppy.gif");
	background-position :-3px 0%;
	background-repeat: no-repeat;
}
.line {
	color:#88B246;
}
#topnav_on li {
	display: block;
	text-decoration:none;
	color:#000000;
	background-image: url("../wfakent-images/small-poppy.gif");
	background-position :-6% 0%;
	background-repeat: no-repeat;
}
