
/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, no scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/

.nav {
	padding: 0px;
	margin: 0px;
	width: 640px;
	height: 30px;
	background: url(images/menu.jpg) no-repeat;
	position: absolute;
	top: 150px;
	left: 0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;  
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
}
	.nav .home a:link, .nav .home a:visited {
		left: 21px;
		width: 100px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(images/menu.jpg) no-repeat -21px -30px;
	}
	.nav .home a:active {
		background: url(images/menu.jpg) no-repeat -21px -60px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/menu.jpg) no-repeat -21px -90px;
		cursor: default;
	}



	.nav .occasions a:link, .nav .occasions a:visited {
		left: 121px;
		width: 100px;
	}
	.nav .occasions a:hover, .nav .occasions a:focus {
		background: url(images/menu.jpg) no-repeat -121px -30px;
	}
	.nav .occasions a:active {
		background: url(images/menu.jpg) no-repeat -121px -60px;
	}
	.current-occasions .occasions a:link, .current-occasions .occasions a:visited {
		background: url(images/menu.jpg) no-repeat -121px -90px;
		cursor: default;
	}
	



	.nav .merken a:link, .nav .merken a:visited {
		left: 221px;
		width: 100px;
	}
	.nav .merken a:hover, .nav .merken a:focus {
		background: url(images/menu.jpg) no-repeat -221px -30px;
	}
	.nav .merken a:active {
		background: url(images/menu.jpg) no-repeat -221px -60px;
	}
	.current-merken .merken a:link, .current-merken .merken a:visited {
		background: url(images/menu.jpg) no-repeat -221px -90px;
		cursor: default;
	}
	



	.nav .verhuur a:link, .nav .verhuur a:visited {
		left: 321px;
		width: 100px;
	}
	.nav .verhuur a:hover, .nav .verhuur a:focus {
		background: url(images/menu.jpg) no-repeat -321px -30px;
	}
	.nav .verhuur a:active {
		background: url(images/menu.jpg) no-repeat -321px -60px;
	}
	.current-verhuur .verhuur a:link, .current-verhuur .verhuur a:visited {
		background: url(images/menu.jpg) no-repeat -321px -90px;
		cursor: default;
	}





	.nav .werkplaats a:link, .nav .werkplaats a:visited {
		left: 421px;
		width: 100px;
	}
	.nav .werkplaats a:hover, .nav .werkplaats a:focus {
		background: url(images/menu.jpg) no-repeat -421px -30px;
	}
	.nav .werkplaats a:active {
		background: url(images/menu.jpg) no-repeat -421px -60px;
	}
	.current-werkplaats .werkplaats a:link, .current-werkplaats .werkplaats a:visited {
		background: url(images/menu.jpg) no-repeat -421px -90px;
		cursor: default;
	}
	
	
	

	.nav .contact a:link, .nav .contact a:visited {
		left: 521px;
		width: 100px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(images/menu.jpg) no-repeat -521px -30px;
	}
	.nav .contact a:active {
		background: url(images/menu.jpg) no-repeat -521px -60px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/menu.jpg) no-repeat -521px -90px;
		cursor: default;
	}