/**********************/
/* TOP MENU */
/**********************/

#navigation {
	float: left;
	width:1004px;
	background: #4b7a3f;
	margin:0 0 0 4px;
	padding: 0;
	min-height:25px;
	height:auto !important;
	height: 25px;
	position: relative;
	list-style: none;
	z-index:3001;
}
#navigation ul {
	float: left;
	width: 100%;
	list-style: none;
	min-height:25px;
	height:auto !important;
	height: 25px;
	background: #818286;
	color: #becbeb;
	padding: 0;
	margin: 0;
}
#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.6em;
	font: normal 110% Arial, tahoma, verdana, sans-se;
	border-left:1px solid #fff;
}
#navigation a:hover {
	display: block;
	background-color:#3c6131;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.6em;
	font-size: 110%;
}
#navigation li {
	float: left;
	padding: 0;
	color: #010066;
	font-size: 100%;
}
#navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	color: #010066;
	font: 95% Arial, tahoma, verdana, sans-se
}
#navigation li ul a, #navigation li ul a:link {
	background-image: none;
	padding: 4px 3px 5px 5px;
	width: 12em;
	background-color: #84a16e;
	border:1px solid #fff;
	border-top:none;
	font-weight: normal;
	color: #fff;
}
#navigation li ul a:hover, #navigation li ul.sfhover {
	padding: 4px 3px 5px 5px;
	width: 12em;
	border:1px solid #fff;
	border-top:none;
	background-color: #789363;
	color: #fff;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

