@charset "UTF-8";
/* CSS Document */
#navigation {
	background-attachment: scroll;
	background-image: url(../images/main/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navlist {
	margin-left: 0px;
	padding: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navlist a  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 100%;
	font-size: 12px;
	line-height: 1em;
	text-indent: -900px;
}
#navlist li  {
	list-style-type: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navhome {
	background-image: url(../images/main/btn_home.png);
}
#navdirect {
	background-image: url(../images/main/btn_directions.png);
}
#navdates {
	background-image: url(../images/main/btn_dates.png);
}
#navgallery {
	background-image: url(../images/main/btn_gallery.png);
}
#navvendors {
	background-image: url(../images/main/btn_vendors.png);
}
#navcontact {
	background-image: url(../images/main/btn_contact.png);
}
#navrodents {
	background-image: url(../images/main/btn_rodents.png);
}
#navhotel {
	background-image: url(../images/main/btn_hotel.png);
}
#navnative {
	background-image: url(../images/main/btn_native.png);
}
#navigation li:hover {
	background-position: 0px -32px;
}
#navforums a{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/main/btn_classifieds_off.png) no-repeat 0px 1px;
	height: 68px;
	display: block;
}
#navforums a:hover {
	background: url(../images/main/btn_classifieds_over.png) 0px 1px;
}
