	#nav_home {
		background: url(Nav_Imgs/Home.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 -25px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_home_current {
		background: url(Nav_Imgs/Home.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_home:hover {
		background-position: 0 0px;
	}

	#nav_aboutus {
		background: url(Nav_Imgs/AboutsUs.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 -25px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_aboutus_current {
		background: url(Nav_Imgs/AboutsUs.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_aboutus:hover {
		background-position: 0 0px;
	}

	#nav_contactus {
		background: url(Nav_Imgs/Contactus.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 -25px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_contactus_current {
		background: url(Nav_Imgs/Contactus.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_contactus:hover {
		background-position: 0 0px;
	}

	#nav_eezyfill {
		background: url(Nav_Imgs/Eezyfill.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 -25px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_eezyfill_current {
		background: url(Nav_Imgs/Eezyfill.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_eezyfill:hover {
		background-position: 0 0px;
	}


	#nav_order {
		background: url(Nav_Imgs/Order.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 -25px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_order_current {
		background: url(Nav_Imgs/Order.gif) no-repeat top left;
		width:112px; 	/* width of image */
		height:25px;	/* height of image */
		background-position: 0 px;
		display:block;
		text-indent: -900em;
		text-decoration:none;
		line-height:100%;
		margin:0 2px;
	}
	#nav_order:hover {
		background-position: 0 0px;
	}




	.navlink {
		margin:0;
		float:left;
	}
