#menu
	{
		width:908px;
		display:block;
		height:32px;
		background-image:url(../images/menu/back.jpg);
		background-repeat:no-repeat;

	}
#menuList
	{
		width:560px;
		display:block;
		height:32px;
		background-image:url(../images/menu/background.jpg);
	}
.menuPipe
	{
		float:left;
		display:block;
		height:32px;
		width:5px;
		background-image:url(../images/menu/pipe.jpg);
		background-repeat:no-repeat;
		
	}



#gotoStartpage, #gotoMenu, #gotoReachUs, #gotoContact
	{
		display:block;
		float:left;
		height:32px;
		background-position:0 0px;
		cursor:pointer;
	}
#gotoStartpage
	{

		width:108px;
		background-image:url(../images/menu/startpage.jpg);
	}
#gotoMenu
	{
		width:100px;
		background-image:url(../images/menu/menu.jpg);
	}

#gotoReachUs
	{
		width:130px;
		background-image:url(../images/menu/bereikbaarheid.jpg);
	}

#gotoContact
	{
		width:172px;
		background-image:url(../images/menu/contact.jpg);
	}

#gotoStartpage:hover, #gotoMenu:hover, #gotoReachUs:hover, #gotoContact:hover
	{
		background-position:0 -33px;
	}
#gotoStartpage.active, #gotoMenu.active, #gotoReachUs.active, #gotoContact.active
	{
		background-position:0 -66px;
	}