/* NAVIGATIE */

#nav {
	width: 658px;
	float: left;
	margin-left: 8px;
	margin-top: 22px;
}

#nav li {
	float: left; 
}

#nav li a {
	display : block;
	height : 26px;
	text-indent: -9000px; 
}

#nav li a:hover {
	background-position: 0 -26px;
}

#home #aHome, #rotar #aRotar, #producten #aProducten, #rentused #aRentused, 
#dealers #aDealers, #nieuws #aNieuws, #contact #aContact {
	background-position: 0 -52px;
}

#btnHome a {
	width: 71px;
	background: url(../img/buttons_de/btn_home.gif);
}

#btnRotar a {
	width: 76px;
	background: url(../img/buttons_de/btn_rotar.gif);
}

#btnProducten a {
	width: 115px;
	background: url(../img/buttons_de/btn_producten.gif);
}

#btnRentused a {
	width: 124px;
	background: url(../img/buttons_de/btn_rentused.gif);
}

#btnDealers a {
	width: 92px;
	background: url(../img/buttons_de/btn_dealers.gif);
}

#btnNieuws a {
	width: 71px;
	background: url(../img/buttons_de/btn_nieuws.gif);
}

#btnContact a {
	width: 95px;
	background: url(../img/buttons_de/btn_contact.gif);
}

