.nav {
	width: 900px;
	height: 35px;
	position: absolute;
	top: 108px;
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
}

/********************************************* HOME *******************************************/

	.nav .home a:link, .nav .home a:visited {
	width: 98px;
	height: 35px;
	left: 35px;
	}
	.nav .home a:hover, .nav .home a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -35px -61px;
	}

	.current-home .home a:link, .current-home .home a:visited {
	cursor: default;
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -35px -113px;
	}

/********************************************* BUSINESS STORAGE *******************************************/
	
	.nav .business-storage a:link, .nav .business-storage a:visited {
	left: 133px;
	width: 142px;
	height: 35px;
	}
	.nav .business-storage a:hover, .nav .business-storage a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -133px -61px;
	}

	.current-business-storage .business-storage a:link, .current-business-storage .business-storage a:visited {
	cursor: default;
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -133px -113px;
	}


/********************************************* PERSONAL STORAGE *******************************************/
	
	.nav .personal-storage a:link, .nav .personal-storage a:visited {
	left: 275px;
	width: 139px;
	height: 35px;
	}
	.nav .personal-storage a:hover, .nav .personal-storage a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -275px -61px;
	}

	.current-personal-storage .personal-storage a:link, .current-personal-storage .personal-storage a:visited {
		background: url(../img/nav/nav_bg.jpg) -275px -113px;
		cursor: default;
	}

/********************************************* SHREDDING *******************************************/
	
	.nav .shredding a:link, .nav .shredding a:visited {
	left: 414px;
	width: 96px;
	height: 35px;
	}
	.nav .shredding a:hover, .nav .shredding a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -414px -61px;
	}

	.current-shredding .shredding a:link, .current-shredding .shredding a:visited {
		background: url(../img/nav/nav_bg.jpg) -414px -113px;
		cursor: default;
	}

/********************************************* STORAGE ADVICE *******************************************/
	
	.nav .storage-advice a:link, .nav .storage-advice a:visited {
	left: 512px;
	width: 126px;
	height: 35px;
	}
	.nav .storage-advice a:hover, .nav .storage-advice a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -512px -61px;
	}

	.current-storage-advice .storage-advice a:link, .current-storage-advice .storage-advice a:visited {
		background: url(../img/nav/nav_bg.jpg) -512px -113px;
		cursor: default;
	}

/********************************************* ABOUT US *******************************************/
	
	.nav .about-us a:link, .nav .about-us a:visited {
	left: 638px;
	width: 95px;
	height: 35px;
	}
	.nav .about-us a:hover, .nav .about-us a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -638px -61px;
	}

	.current-about-us .about-us a:link, .current-about-us .about-us a:visited {
		background: url(../img/nav/nav_bg.jpg) -638px -113px;
		cursor: default;
	}

/********************************************* ENQUIRY *******************************************/
	
	.nav .enquiry a:link, .nav .enquiry a:visited {
	left: 733px;
	width: 79px;
	height: 35px;
	}
	.nav .enquiry a:hover, .nav .enquiry a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -733px -61px;
	}

	.current-enquiry .enquiry a:link, .current-enquiry .enquiry a:visited {
		background: url(../img/nav/nav_bg.jpg) -733px -113px;
		cursor: default;
	}

/********************************************* LOCATION *******************************************/
	
	.nav .location a:link, .nav .location a:visited {
	left: 812px;
	width: 90px;
	height: 35px;
	}
	.nav .location a:hover, .nav .location a:focus {
	background-image: url(../img/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -812px -61px;
	}

	.current-location .location a:link, .current-location .location a:visited {
		background: url(../img/nav/nav_bg.jpg) -812px -113px;
		cursor: default;
	}
