.nav {
	width: 620px;
	height: 43px;
	background: url("../images/nav.jpg") no-repeat;
	position: relative;
	left: 300px;
	top: 130px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 43px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}


.nav .home a:link, .nav .home a:visited {
		width: 128px;
}
.nav .home a:hover, .nav .home a:focus {
		background: url("../images/nav.jpg") no-repeat 0 -43px;
}
.nav .home a:active {
		background: url("../images/nav.jpg") no-repeat 0 -43px;
}
.current-home .home a:link, .current-home .home a:visited {
		background: url("../images/nav.jpg") no-repeat 0 -43px;
		cursor: default;
}
.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		width: 128px;
		height: 43px;
		background: url("../images/nav.jpg") no-repeat 0 -43px;
}
.nav-home-click {
		background: url("../images/nav.jpg") no-repeat 0 -43px;
}



.nav .products a:link, .nav .products a:visited {
		left: 128px;
		width: 308px;
}
.nav .products a:hover, .nav .products a:focus {
		background: url("../images/nav.jpg") no-repeat -128px -43px;
}
.nav .products a:active {
		background: url("../images/nav.jpg") no-repeat -128px -43px;
}
.current-products .products a:link, .current-products .products a:visited {
		background: url("../images/nav.jpg") no-repeat -128px -43px;
		cursor: default;
}
.nav-products, .nav-products-click {
		position: absolute;
		top: 0;
		left: 128px;
		width: 308px;
		height: 43px;
		background: url("../images/nav.jpg") no-repeat -128px -43px;
}
.nav-products-click {
		background: url("../images/nav.jpg") no-repeat -128px -43px;
}



.nav .claim a:link, .nav .claim a:visited {
		left: 436px;
		width: 184px;
}
.nav .claim a:hover, .nav .claim a:focus {
		background: url("../images/nav.jpg") no-repeat -436px -43px;
}
.nav .claim a:active {
		background: url("../images/nav.jpg") no-repeat -436px -43px;
}
.current-claim .claim a:link, .current-claim .claim a:visited {
		background: url("../images/nav.jpg") no-repeat -436px -43px;
		cursor: default;
}
.nav-claim, .nav-claim-click {
		position: absolute;
		top: 0;
		left: 436px;
		width: 184px;
		height: 43px;
		background: url("../images/nav.jpg") no-repeat -436px -43px;
}
.nav-claim-click {
		background: url("../images/nav.jpg") no-repeat -436px -43px;
}