/* Navigation */

	/* Both navigations */

	#navbar {
		width:800px;
		height:32px;
		float:left;
		text-indent:-9999px;
	}
	#navbar ul {
		float:left;
		list-style:none;
	}
		#navbar ul li {
			float:left;
		}
	ul#mainnav {
		width:240px;
	}
	ul#subnav {
		width:560px;
	} 
	#navbar ul li a {
		display:block;
		height:32px;
	}
		
		li.home a{
			width:59px;
		}
		li.promo a {
			width:95px;
		}
		li.contact a {
			width:85px;
		}		
		
		/* Motor / scooter */	
		
		body#motor #navbar {
			background:url(../images/nav_sprite_motor.jpg);
		}
		
		body#motor li.presentation a {
			width:126px;
		}
		body#motor li.moto a {
			width:75px;
		}		
		body#motor li.scooters a {
			width:105px;
		}	
		body#motor li.secondhand a {
			width:135px;
		}		
		body#motor li.work a {
			width:119px;
		}
		
		/* Bedrijfsvoertuigen */	
		
		body#company #navbar {
			background:url(../images/nav_sprite_company.jpg);
		}
		body#company li.presentation a {
			width:114px;
		}
		body#company li.company a {
			width:220px;
		}
		body#company li.secondhand a {
			width:119px;
		}
		body#company li.work a {
			width:107px;
		}		
		
		
		
