#nav {
	position: absolute;
	top: -52px;
	left: -8px;
	width: 970px;
	padding: 0 !important;
	margin: 0 !important;
}

.nested_menu li {
	color: #755435;
}

.nested_menu li a {
	color: #869c7f;
	text-decoration: none;
}

.nested_menu li.hover ul {
	margin-top: -3px;
	/* margin-top: 2px; */
}

.nested_menu ul {
	background-color: #d1dcce;
	border: 1px solid #755435;
	border-top-width: 0;
	width: 15em;
	padding: 0 !important;
	margin: 0 !important;
}

.nested_menu ul li {
	background-color: #d1dcce;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	
	padding: 0 0 0 15px !important;
	margin: 0 !important;
	line-height: 2.5em;
}

.nested_menu ul li a {
}

.nested_menu ul li.hover {
	background-color: #dde6d8;
}

.nested_menu ul ul {
	border-top-width: 1px;
}

.nested_menu ul li.hover a {
	color: #755435;
}

.nested_menu li.hover ul.pop_left {
	left: auto;
	right: 0;
}
