/* CSS Document */

/* CSS van het menu */
#menu ul{
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu li{
	float:left;
}

#menu a{ display:block;}

a.aanbod{
	width:69px;
	height:24px;
	background-image:url(../layout/menu/aanbod_off.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.aanbod{
	width:69px;
	height:24px;
	background-image:url(../layout/menu/aanbod_on.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.informatie{
	width:86px;
	height:24px;
	background-image:url(../layout/menu/info_off.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.informatie{
	width:86px;
	height:24px;
	background-image:url(../layout/menu/info_on.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.lease{
	width:97px;
	height:24px;
	background-image:url(../layout/menu/lease_off.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.lease{
	width:97px;
	height:24px;
	background-image:url(../layout/menu/lease_on.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.contact{
	width:69px;
	height:24px;
	background-image:url(../layout/menu/contact_off.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.contact{
	width:69px;
	height:24px;
	background-image:url(../layout/menu/contact_on.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}