ul#nav {
	list-style				: none;
	padding					: 0;
	margin					: 0;
	border-top				: 1px solid #61A44D;
	/*border-right			: 1px solid #61A44D;*/
	border-bottom			: 5px solid #61A44D;
	padding-left			: 22px;
	padding-top				: 5px;
	width					: 667px;
	height					: 21px;
	font-size				: 11px;
	white-space:			nowrap;
	z-index					: 100;
	position				: relative;
}

#nav a {
	font-weight				: bold;
	color					: #5BA74C;
	text-transform			: uppercase;
}

#nav a {
	text-decoration			: none;
}

#nav li li a {
	display					: block;
	font-weight				: normal;
	color					: #5BA74C;
	padding					: 0.2em 10px;
}

#nav li li a:hover {
	border-width			: 0 5px;
	text-decoration			: underline;
}

#nav li {
	float					: left;
	position				: relative;
	width					: auto;
	text-align				: left;
	cursor					: default;
	background-color		: white;
	border-width			: 1px 0;
	padding-right			: 40px;
}

#nav li#first {
	border-left-width		: 1em;
}

#nav li#last {
	border-right-width		: 1em;
}

#nav li ul {
	display					: none;
	position				: absolute;
	top						: 100%;
	left					: 0;
	font-weight				: normal;
	background-color		: white;
	width					: auto;
	padding					: 0.5em 0 1em 0;
	z-index					: 10;
}

#nav li>ul {
	top						: auto;
	left					: auto;
}

#nav li li {
	display					: block;
	float					: none;
	background-color		: transparent;
	border					: 1px solid	#fff;
	z-index					: 10;
}

#nav li:hover ul,
#nav li.over ul {
	display					: block;
}