/* 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.home{
	width:87px;
	height:36px;
	background-image:url(../images/menu_home.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.home{
	width:87px;
	height:36px;
	background-image:url(../images/menu_homeON.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.contact{
	width:120px;
	height:36px;
	background-image:url(../images/menu_contact.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.contact{
	width:120px;
	height:36px;
	background-image:url(../images/menu_contactON.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.route{
	width:178px;
	height:36px;
	background-image:url(../images/menu_route.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.route{
	width:178px;
	height:36px;
	background-image:url(../images/menu_routeON.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.producten{
	width:133px;
	height:36px;
	background-image:url(../images/menu_producten.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.producten{
	width:133px;
	height:36px;
	background-image:url(../images/menu_productenON.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a.downloads{
	width:138px;
	height:36px;
	background-image:url(../images/menu_downloads.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

a:hover.downloads{
	width:138px;
	height:36px;
	background-image:url(../images/menu_downloadsON.jpg);
	background-repeat:no-repeat;	
	cursor:pointer;
}

