#navigation {
	width			: 523px;
	height			: 49px;
	}
	
ul#nav {
	list-style-type		: none;
	}

ul#nav li {
	float			: left;
	}

ul#nav li a {
	text-indent		: -9999px;
	}

/* ======================================
   Home
====================================== */
ul#nav li.home a {
	display			: block;
	width			: 72px;
	height			: 49px;
	outline			: 0;
	background		: #ffffff url(../_images/nav.png) no-repeat 0 0;
	}

ul#nav li.home a:hover {
	display			: block;
	height			: 49px;
	background		: #ffffff url(../_images/nav.png) no-repeat 0 -50px;
	}

/* ======================================
   Products
====================================== */
ul#nav li.products a {
	display			: block;
	width			: 97px;
	height			: 49px;
	outline			: 0;
	background		: #ffffff url(../_images/nav.png) no-repeat -73px 0;
	}

ul#nav li.products a:hover {
	display			: block;
	height			: 49px;
	background		: #ffffff url(../_images/nav.png) no-repeat -73px -50px;
	}

/* ======================================
   Locator
====================================== */
ul#nav li.locator a {
	display			: block;
	width			: 114px;
	height			: 49px;
	outline			: 0;
	background		: #ffffff url(../_images/nav.png) no-repeat -170px 0;
	}

ul#nav li.locator a:hover {
	display			: block;
	height			: 49px;
	background		: #ffffff url(../_images/nav.png) no-repeat -170px -50px;
	}
	
/* ======================================
   About
====================================== */
ul#nav li.about a {
	display			: block;
	width			: 147px;
	height			: 49px; 
	outline			: 0;
	background		: #ffffff url(../_images/nav.png) no-repeat -285px 0;
	}

ul#nav li.about a:hover {
	display			: block;
	height			: 49px;
	background		: #ffffff url(../_images/nav.png) no-repeat -285px -50px;
	}

/* ======================================
   Contact
====================================== */
ul#nav li.contact a {
	display			: block;
	width			: 88px;
	height			: 49px;
	outline			: 0;
	background		: #ffffff url(../_images/nav.png) no-repeat -434px 0; 
	}

ul#nav li.contact a:hover {
	display			: block;
	height			: 49px;
	background		: #ffffff url(../_images/nav.png) no-repeat -434px -50px;
	}

br {
	clear			: both;
	}