#nav {
	background-image: none;
}

#nav #btn_bar {
	background-image: url(../images/nav_bar.gif);
	height: 5px;
	width: 142px;
}
#nav #btn_about a {
	background-image: url(../images/1_aboutus.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_hunts a {
	background-image: url(../images/1_hunts.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_packtrips a {
	background-image: url(../images/1_packtrips.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_seasons a {
	background-image: url(../images/1_seasons.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_pricing a {
	background-image: url(../images/1_pricing.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_contact a {
	background-image: url(../images/1_contact.gif);
	height: 32px;
	width: 142px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8F684B;
}
#nav #btn_links a {
	background-image: url(../images/1_links.gif);
	height: 32px;
	width: 142px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display: block;
	height: 32px;
}
#nav ul li a span {
	display: none;
}
#nav ul li a:hover {
	background-position: 0px -32px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
}
