@charset "UTF-8";

.n-about, .n-services, .n-contact, .n-report, .n-gallery, .n-trout, .n-steel, .n-salmon, .n-gift, .n-resources {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 150px;
}


/* Lelf-Nav Links */
.n-about {
	background-image: url(images/left-nav/off/images/About-Us.gif);
}

.n-services {
	background-image: url(images/left-nav/off/images/Guide-Services.gif);
}

.n-contact {
	background-image: url(images/left-nav/off/images/Contact-Us.gif);
}

.n-report {
	background-image: url(images/left-nav/off/images/Fishing-Report.gif);
}

.n-gallery {
	background-image: url(images/left-nav/off/images/Photo-Gallery.gif);
}

.n-trout {
	background-image: url(images/left-nav/off/images/Trout-Fishing.gif);
}

.n-steel {
	background-image: url(images/left-nav/off/images/Steelhead-Fishing.gif);
}

.n-salmon {
	background-image: url(images/left-nav/off/images/Salmon-Fishing.gif);
}

.n-gift {
	background-image: url(images/left-nav/off/images/Gift-Certificates.gif);
}

.n-resources {
	background-image: url(images/left-nav/off/images/Resources.gif);
}


/* Left-Nav Hovering */
a:hover .n-about,
.b-about .n-about {
	background-image: url(images/left-nav/on/images/About-Us.gif);
}
a:hover .n-services,
.b-guide-services .n-services {	
	background-image: url(images/left-nav/on/images/Guide-Services.gif);
}
a:hover .n-contact,
.b-contact .n-contact {	
	background-image: url(images/left-nav/on/images/Contact-Us.gif);
}
a:hover .n-report,
.b-report .n-report {	
	background-image: url(images/left-nav/on/images/Fishing-Report.gif);
}
a:hover .n-gallery,
.b-gallery .n-gallery {	
	background-image: url(images/left-nav/on/images/Photo-Gallery.gif);
}
a:hover .n-trout,
.b-trout .n-trout {	
	background-image: url(images/left-nav/on/images/Trout-Fishing.gif);
}
a:hover .n-steel,
.b-steel .n-steel {	
	background-image: url(images/left-nav/on/images/Steelhead-Fishing.gif);
}
a:hover .n-salmon,
.b-salmon .n-salmon {	
	background-image: url(images/left-nav/on/images/Salmon-Fishing.gif);
}
a:hover .n-gift,
.b-gift .n-gift {	
	background-image: url(images/left-nav/on/images/Gift-Certificates.gif);
}
a:hover .n-resources,
.b-resources .n-resources {	
	background-image: url(images/left-nav/on/images/Resources.gif);
}