#nav-container .nav {
	display: inline;
}
#nav-container .nav {
 					position: absolute;
 					top:9.3em;
 					height: 1.875em;
 					width:28.12em;
 					margin: 0 0 0 20em;
 					padding: 0 0 0 9.31em;
 					background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) no-repeat;
 				}
 				
 	.nav li a:link,
 	.nav li a:visited {
 	position: absolute;
 	top:0px;
 	height: 31px;
 	text-indent: -9000px;
 	overflow: hidden;
 	
 	}
 	.nav .home a:link, 
 	.nav .home a:visited {
 		left:0px;
 		width: 80px;
 	}
 	.nav .home a:hover,
 	.nav .home a:active{
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) 0px -31px no-repeat;
 	}
 	.nav .home a:focus {
 	 	background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) 0px -62px no-repeat;

 	}
 	
 	.nav .store a:link,
 	.nav .store a:visited{
 	left:160px;
 	width:81px;
 	}
 	.nav .store a:hover,
 	.nav .store a:active {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -160px -31px no-repeat;
 	}
 	.nav .store a:focus {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -160px -62px no-repeat;

 	}
 	
 	.nav .products a:link,
 	.nav .products a:visited {
 		left: 320px;
 		width:121px;
 	}
 	.nav .products a:hover,
 	.nav .products a:active {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -320px -31px no-repeat;
 	}
 	.nav .products a:focus {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -320px -62px no-repeat;
 	}
 	
 	 	.nav .links a:link,
 	 	.nav .links a:visited {
			left:479px;
			width:80px;
 	 	}
 	 	
 	 	.nav .links a:hover {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -479px -31px no-repeat;
 	 	
 	 	}

 	 	.nav .links a:focus {
 		background: url(http://4cornershydro.com/dev_static/layout_images/nav.jpg) -479px -62px no-repeat;
 	 	}

