ul#nav {
	list-style-type			: none;
	}

ul#nav li {
	float				: left;
	list-style-type			: none;
	}

ul#nav li a {
	display				: block;
	}
	
/*** home **************************************/

ul#nav li.home a {
	width				: 56px;
	height				: 27px;
	background			: #fff url(/_images/nav.gif) no-repeat 0 0;
	}

body#home ul#nav li.home a, ul#nav li.home a:hover {
	width				: 56px;
	height				: 27px;
	background			: #fff url(/_images/nav.gif) no-repeat 0 -27px;
	}

/*** products ***********************************/

ul#nav li.products a {
	width				: 97px;
	height				: 27px;
	background			: #fff url(/_images/nav.gif) no-repeat -56px 0;
	}

body#products ul#nav li.products a, ul#nav li.products a:hover {
	width				: 97px;
	height				: 27px;
	background			: #fff url(/_images/nav.gif) no-repeat -56px -27px;
	}

/*** locator **************************************/

ul#nav li.locator a {
	width				: 139px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -153px 0;
	}

body#locator ul#nav li.locator a, ul#nav li.locator a:hover {
	width				: 139px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -153px -27px;
	}

/*** about ****************************************/

ul#nav li.about a {
	width				: 93px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -292px 0;
	}

body#about ul#nav li.about a, ul#nav li.about a:hover {
	width				: 93px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -292px -27px;
	}

/*** contact ***************************************/

ul#nav li.contact a {
	width				: 104px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -385px 0;
	}

body#contact ul#nav li.contact a, ul#nav li.contact a:hover {
	width				: 104px;
	height				: 27px;
	background			: #fff url(../_images/nav.gif) no-repeat -385px -27px;
	}