#nav {
	width:988px;
	background:#fff;
	height: 2.5em;
	/*padding-top: 12px;*/
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #ffffff;
	z-index: 999;
}


#nav, #nav ul, #nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
	background-color: #a5cd3f;
}

#nav a {
	display: block;
	width: 255px;
	color: inherit;
	background-color: inherit;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2.2em;
	padding: 0;
}
#nav a:link {
	color: #ffffff;
	background-color: inherit;

}
#nav a:visited {
	color: #ffffff;
	background-color: inherit;
}
#nav a:hover {
	color: #ffffff;
	background-color: #0ea34a;
}
#nav a:link {
	color: #ffffff;
	background-color: inherit;
}


#nav li {
	float: left;
	display: inline;
	width: 255px;
	color: #ffffff;
}


#nav li ul {
	position: absolute;
	width: 255px;
	left: -999em;
	z-index: 999;
}

#nav li:hover, #nav li.shover {
	color: #ffffff;
	background-color: #0ea34a;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2.4em 0 0 255px;
}

#nav li#last ul ul, #nav li#otherlast ul ul, #nav li#otherotherlast ul ul {
	margin: -2.4em 0 0 -255px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

li.sfhover {
	background-color: #0ea34a;
}

.noroll a:hover {
	background-color: #ffffff !important;
}