#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	color: #525a00;
	width: 13em;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 13em;
}

#nav li li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e2e5b8;
	border-right-color: #e2e5b8;
	border-bottom-color: #e2e5b8;
	border-left-color: #e2e5b8;
}

#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #e6e6d3;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #F6F6EF;
	border: 1px solid #9ea900;
}

#nav li ul ul {
	margin: -2em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	border: 1px solid #9ea900;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#navigation {
	background: #F6F6EF;
	text-align: center;	
	letter-spacing: 0.1em;
	vertical-align: middle;
	border: 1px solid #9ea900;
	padding: 0px;
	border-spacing: 0px;
}
