/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/

.nav {
	width: 1000px;
	height: 50px;
	background: url(images/sprite_menu.jpg) no-repeat;
	position: absolute;
	top: 200px;
	left: 0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 28px;
		width: 61px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -28px -51px;
	}
	.nav .home a:active {
		background: url(images/sprite_menu.jpg) no-repeat -28px -102px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -28px -153px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 28px;
		width: 61px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -28px -51px;
	}
	.nav-home-click {
		background: url(images/sprite_menu.jpg) no-repeat -28px -102px;
	}



	.nav .nieuw a:link, .nav .nieuw a:visited {
		left: 105px;
		width: 160px;
	}
	.nav .nieuw a:hover, .nav .nieuw a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -105px -51px;
	}
	.nav .nieuw a:active {
		background: url(images/sprite_menu.jpg) no-repeat -105px -102px;
	}
	.current-nieuw .nieuw a:link, .current-nieuw .nieuw a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -105px -153px;
		cursor: default;
	}
	.nav-nieuw, .nav-nieuw-click {
		position: absolute;
		top: 0;
		left: 105px;
		width: 160px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -105px -51px;
	}
	.nav-nieuw-click {
		background: url(images/sprite_menu.jpg) no-repeat -105px -102px;
	}



	.nav .gebruikt a:link, .nav .gebruikt a:visited {
		left: 285px;
		width: 180px;
	}
	.nav .gebruikt a:hover, .nav .gebruikt a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -285px -51px;
	}
	.nav .gebruikt a:active {
		background: url(images/sprite_menu.jpg) no-repeat -285px -102px;
	}
	.current-gebruikt .gebruikt a:link, .current-gebruikt .gebruikt a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -285px -153px;
		cursor: default;
	}
	.nav-gebruikt, .nav-gebruikt-click {
		position: absolute;
		top: 0;
		left: 285px;
		width: 180px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -285px -51px;
	}
	.nav-gebruikt-click {
		background: url(images/sprite_menu.jpg) no-repeat -285px -102px;
	}	
	
	
	
	.nav .garantie a:link, .nav .garantie a:visited {
		left: 480px;
		width: 85px;
	}
	.nav .garantie a:hover, .nav .garantie a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -480px -51px;
	}
	.nav .garantie a:active {
		background: url(images/sprite_menu.jpg) no-repeat -480px -102px;
	}
	.current-garantie .garantie a:link, .current-garantie .garantie a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -480px -153px;
		cursor: default;
	}
	.nav-garantie, .nav-garantie-click {
		position: absolute;
		top: 0;
		left: 480px;
		width: 85px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -480px -51px;
	}
	.nav-garantie-click {
		background: url(images/sprite_menu.jpg) no-repeat -480px -102px;
	}
	
	
	
	
	.nav .voortenten a:link, .nav .voortenten a:visited {
		left: 583px;
		width: 105px;
	}
	.nav .voortenten a:hover, .nav .voortenten a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -583px -51px;
	}
	.nav .voortenten a:active {
		background: url(images/sprite_menu.jpg) no-repeat -583px -102px;
	}
	.current-voortenten .voortenten a:link, .current-voortenten .voortenten a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -583px -153px;
		cursor: default;
	}
	.nav-voortenten, .nav-voortenten-click {
		position: absolute;
		top: 0;
		left: 583px;
		width: 105px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -583px -51px;
	}
	.nav-voortenten-click {
		background: url(images/sprite_menu.jpg) no-repeat -583px -102px;
	}
	
	
	
	
	
	.nav .betalen a:link, .nav .betalen a:visited {
		left: 706px;
		width: 167px;
	}
	.nav .betalen a:hover, .nav .betalen a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -706px -51px;
	}
	.nav .betalen a:active {
		background: url(images/sprite_menu.jpg) no-repeat -706px -102px;
	}
	.current-betalen .betalen a:link, .current-betalen .betalen a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -706px -153px;
		cursor: default;
	}
	.nav-betalen, .nav-betalen-click {
		position: absolute;
		top: 0;
		left: 706px;
		width: 167px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -706px -51px;
	}
	.nav-betalen-click {
		background: url(images/sprite_menu.jpg) no-repeat -706px -102px;
	}
	
	
	
	
	
	.nav .contact a:link, .nav .contact a:visited {
		left: 891px;
		width: 80px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(images/sprite_menu.jpg) no-repeat -891px -51px;
	}
	.nav .contact a:active {
		background: url(images/sprite_menu.jpg) no-repeat -891px -102px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/sprite_menu.jpg) no-repeat -891px -153px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 891px;
		width: 80px;
		height: 50px;
		background: url(images/sprite_menu.jpg) no-repeat -891px -51px;
	}
	.nav-contact-click {
		background: url(images/sprite_menu.jpg) no-repeat -891px -102px;
	}


