#HeaderNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	margin: auto;
	font-family: Georgia,"Times New Roman",Times,serif;
	z-index: 1000;
	list-style-image: none;
	list-style-type: none;
}

#HeaderNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	list-style-image: none;
	list-style-type: none;
}

#HeaderNav .testimonies a {
	border-right: none;
}

#HeaderNav li.active > a {
	background-color: #592E02;
}

#HeaderNav ul a {
	border-left: 1px solid #532B02;
}

#HeaderNav a {
	display: block;
	padding: 4px 3px;
	background-color: #834303;
	border-bottom: 1px solid #532B02;
	border-right: 1px solid #532B02;
	color: #E0DBC0;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#HeaderNav a:hover,
#HeaderNav li.active > a:hover {
	background-color: #9A5005;
	color: white;
}

#HeaderNav li {
	width: 14.286%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	display: block;
}

#HeaderNav li {
	margin: 0;
	padding: 0;
}

#HeaderNav ul li {
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}