/* CSS Document */

.nav { position:absolute; height:34px; width: 380px; left:333px; top: 70px; background-repeat:no-repeat; 	background-image:url(images/nav.gif);}

.nav ul {
	list-style-image: none;
	list-style-type: none;
	margin:0px; padding:0px;
	height:34px;

}
.nav li {	list-style-image: none;
	list-style-type: none;
	margin:0px; padding:0px;
	display:inline; float:left;
	width:118px;
	margin-right:6px;}

.nav a:link, .nav a:visited {
	display: block;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	width:118px;
	 :-moz-any-link:focus;
	 outline: none;
	}
	
/* ----- Nav Defaults ------ */
.home a:link, .home a:visited, .selected {

	}
.about_us a:link, .about_us a:visited {

	}

.contact_us a:link, .contact_us a:visited {

	}


	
/* ----- Nav Hover ------ */
.home a:hover {
	background: url(/images/nav.gif) no-repeat 0px -34px;
	}
.about_us a:hover {
	background: url(/images/nav.gif) no-repeat -124px -34px;
	}

.contact_us a:hover {
	background: url(/images/nav.gif) no-repeat -248px -34px;
	}


/* ----- Nav Selected ------ */
.home a.selected:link, .home a.selected:visited {
	background: url(/images/nav.gif) no-repeat 0px -34px;
	}
.about_us a.selected:link, .about_us a.selected:visited {
	background: url(/images/nav.gif) no-repeat -124px -34px ;
	}

.contact_us a.selected:link, .contact_us a.selected:visited {
	background: url(/images/nav.gif) no-repeat -248px -34px;
	}
