/*#nav {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 14px;
	height: 22px;
	width: 459px;
	font-weight: bold;
	margin: 0;
}

#nav li {
	display: inline;
	margin: 0 0 0 27px;
}

#nav a {
	text-decoration: none;
	color: #664110;
}

#nav li.current a {
	border-bottom: solid 7px #fab239;
}

#nav a:hover {
	color: #fab239;
	text-decoration: underline;
}*/
/* Dropdown Nav Style
--------------------------------------------------------------------------------------- */
#nav {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 14px;
	height: 22px;
	width: 459px;
	font-weight: bold;
	margin: 0;
}

#nav ul {
	list-style: none;
	list-style-image: none;
	background: #e4ddd8;
}

#nav li {
	float: left;
	white-space: nowrap;
	margin: 0 0 0 20px;
}

#nav a {
	display: block;
	margin: 0;
	padding: 3px 7px 8px 7px;
	text-decoration: none;
	color: #664110;
}

#nav a:hover {
	color: #fff;
}

#nav li.current a {
	border-bottom: solid 7px #fab239;
	padding-bottom: 1px;
}

#nav li ul {
	position: absolute;
	display: none;
	margin: 0;
	border: solid 1px #fab239;
	background: #fab239;
}

#nav li li {
	float: none;
}

#nav li:hover a, #nav li.sfhover a {
	color: #fff;
	background: #fab239;
	text-decoration: underline;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	width: 100px;
	margin: 0;
	padding: 4px 7px;
	text-decoration: none;
	border: none;
	color: #fff;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	background: #f6f6f6;
	color: #664110;
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

