/* navigation */

#nav-box {
	width:800px;
	margin:0 auto;
	}

#nav, #nav ul, #nav li{
	margin:0;
	padding:0;
	list-style:none;
	}	
#nav li{
	float:left;
	display:inline;
	}	
	
#nav ul{
	background:#fff;
	display:none;
	z-index:1000;
	}
#nav ul li{
	float:none;
	display:block;
	}
	
#nav a {
	display:block;
	height:38px;
	width:160px;
	}
	
#nav a span { display:none; }
	
body.home #nav a#home { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat 0 0; }
body.home #nav a#industrial { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -160px 0; }
body.home #nav a#retail { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -320px 0; }
body.home #nav a#demo { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -480px 0; }
body.home #nav a#news { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -640px 0; }

body.home #nav a#home:hover { background-position: 0 -38px; }
body.home #nav a#industrial:hover { background-position: -160px -38px; }
body.home #nav a#retail:hover { background-position: -320px -38px; }
body.home #nav a#demo:hover { background-position: -480px -38px; }
body.home #nav a#news:hover { background-position: -640px -38px; }

body.industrial #nav a#home { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat 0 -76px; }
body.industrial #nav a#industrial { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -160px -76px; }
body.industrial #nav a#retail { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -320px -76px; }
body.industrial #nav a#demo { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -480px -76px; }
body.industrial #nav a#news { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -640px -76px; }

body.industrial #nav a#home:hover { background-position: 0 -114px; }
body.industrial #nav a#industrial:hover { background-position: -160px -114x; }
body.industrial #nav a#retail:hover { background-position: -320px -114px; }
body.industrial #nav a#demo:hover { background-position: -480px -114px; }
body.industrial #nav a#news:hover { background-position: -640px -114px; }

body.retail #nav a#home { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat 0 -152px; }
body.retail #nav a#industrial { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -160px -152px; }
body.retail #nav a#retail { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -320px -152px; }
body.retail #nav a#demo { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -480px -152px; }
body.retail #nav a#news { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -640px -152px; }

body.retail #nav a#home:hover { background-position: 0 -190px; }
body.retail #nav a#industrial:hover { background-position: -160px -190px; }
body.retail #nav a#retail:hover { background-position: -320px -190px; }
body.retail #nav a#demo:hover { background-position: -480px -190px; }
body.retail #nav a#news:hover { background-position: -640px -190px; }

body.demo #nav a#home { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat 0 -228px; }
body.demo #nav a#industrial { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -160px -228px; }
body.demo #nav a#retail { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -320px -228px; }
body.demo #nav a#demo { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -480px -228px; }
body.demo #nav a#news { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -640px -228px; }

body.demo #nav a#home:hover { background-position: 0 -266px; }
body.demo #nav a#industrial:hover { background-position: -160px -266px; }
body.demo #nav a#retail:hover { background-position: -320px -266px; }
body.demo #nav a#demo:hover { background-position: -480px -266px; }
body.demo #nav a#news:hover { background-position: -640px -266px; }

body.news #nav a#home { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat 0 -304px; }
body.news #nav a#industrial { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -160px -304px; }
body.news #nav a#retail { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -320px -304px; }
body.news #nav a#demo { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -480px -304px; }
body.news #nav a#news { background:url(http://westmemphis.com/wp-content/images/navigation.png) no-repeat -640px -304px; }

body.news #nav a#home:hover { background-position: 0 -342px; }
body.news #nav a#industrial:hover { background-position: -160px -342px; }
body.news #nav a#retail:hover { background-position: -320px -342px; }
body.news #nav a#demo:hover { background-position: -480px -342px; }
body.news #nav a#news:hover { background-position: -640px -342px; }







		
/* //navigation */