/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	height: 150px;
	overflow: hidden;
	clear: right;
	background-color: #231F20;
	float: left;
	width: 635px !important; /* Style for FF */




	/*/* FF ignores next line. Don't remove this comment! */*/
	width: 595px !important; /* Style for IE7 */
	width: 595px; /* Style for IE6 */
	margin: 0px;
	padding: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -2000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #9F6614;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 150px;
}

#imageMenu ul li.locatie a {
	background: url(images/locatie.png) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.nieuws a {
	background: url(images/nieuws.png) repeat scroll 0%;
}
#imageMenu ul li.openingstijden a {
	background: url(images/openingstijden.png) repeat scroll 0%;
}
#imageMenu ul li.food a {
	background: url(images/food.png) repeat scroll 0%;
}
#imageMenu ul li.coffee a {
	background: url(images/coffee.png) repeat scroll 0%;
}
#imageMenu ul li.drinks a {
	background: url(images/drinks.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/
