#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 34px;
	width: 320px;
background: url(http://www.warrenchairworks.com/images/wcw/nami_nav.png)  no-repeat;
}
	
ul#nav li {
	float: left;
	list-style: none;
}
	
ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	margin: 0 !important;
	}

/* ------LINKS---*/


		
ul#nav li#nav-dealer a {
	left: 40px;
	top: 0px;
	width: 169px;
	height: 34px;
background: url(http://www.warrenchairworks.com/images/wcw/nami_nav.png) -40px 0px no-repeat;
}
		
ul#nav li#nav-faq a {
	left: 212px;
	top: 0px;
	width: 50px;
	height: 34px;
background: url(http://www.warrenchairworks.com/images/wcw/nami_nav.png) -212px 0px no-repeat;
}

		
ul#nav li#nav-contact a {
	left: 252px;
	top: 0px;
	width: 69px;
	height: 34px;
background: url(http://www.warrenchairworks.com/images/wcw/nami_nav.png)  -252px 0px no-repeat;
}		


/* ------HOVER---*/


ul#nav li#nav-dealer a:hover  {
	background-position: -40px -33px;
}
ul#nav li#nav-faq a:hover {
	background-position: -212px -33px;
}
ul#nav li#nav-contact a:hover  {
	background-position: -252px -33px;
}


/* ------ACTIVE---*/


ul#nav li#nav-dealer a.active {
	background-position: -50px -64px;
}

ul#nav li#nav-faq a.active {
	background-position: -201px -64px;
}

ul#nav li#nav-contact a.active 			{
	background-position: -252px -64px;
}

		
