.nav {
	width: 750px;
	height: 75px;
	background: url(../img/menu.jpg) no-repeat;
	position: absolute;
	margin: 0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 75px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .info a:link, .nav .info a:visited {
		left: 0;
		width: 251px;
	}
	.nav .info a:hover, .nav .info a:focus {
		background: url(../img/menu.jpg) no-repeat 0 -75px;
	}
	.nav .info a:active {
		background: url(../img/menu.jpg) no-repeat 0 -75px;
	}
	.current-info .info a:link, .current-info .info a:visited {
		background: url(../img/menu.jpg) no-repeat 0 -75px;
		cursor: default;
	}
	.nav-info, .nav-info-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 251px;
		height: 75px;
		background: url(../img/menu.jpg) no-repeat 0 -75px;
	}
	.nav-info-click {
		background: url(../img/menu.jpg) no-repeat 0 -75px;
	}



	.nav .werk a:link, .nav .werk a:visited {
		left: 250px;
		width: 251px;
	}
	.nav .werk a:hover, .nav .werk a:focus {
		background: url(../img/menu.jpg) no-repeat -250px -75px;
	}
	.nav .werk a:active {
		background: url(../img/menu.jpg) no-repeat -250px -75px;
	}
	.current-werk .werk a:link, .current-werk .werk a:visited {
		background: url(../img/menu.jpg) no-repeat -250px -75px;
		cursor: default;
	}
	.nav-werk, .nav-werk-click {
		position: absolute;
		top: 0;
		left: 250px;
		width: 251px;
		height: 75px;
		background: url(../img/menu.jpg) no-repeat -250px -75px;
	}
	.nav-werk-click {
		background: url(../img/menu.jpg) no-repeat -250px -75px;
	}



	.nav .contact a:link, .nav .contact a:visited {
		left: 500px;
		width: 251px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../img/menu.jpg) no-repeat -500px -75px;
	}
	.nav .contact a:active {
		background: url(../img/menu.jpg) no-repeat -500px -75px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../img/menu.jpg) no-repeat -500px -75px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 500px;
		width: 251px;
		height: 75px;
		background: url(../img/menu.jpg) no-repeat -500px -75px;
	}
	.nav-contact-click {
		background: url(../img/menu.jpg) no-repeat -500px -75px;
	}