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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 789px;
	height: 391px;
	overflow: hidden;
	top: 0;
	left: 201px;
	position: absolute;
	height: 391px;
	border-right: 1px #fff solid;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 394px;
	height: 395px;
}

#imageMenu ul li.aannemers a {
	background: url(slide_aannemers1.jpg) no-repeat top left;
}
#imageMenu ul li.aannemers a:hover {
	background: url(slide_aannemers2.jpg) no-repeat top left;
}

#imageMenu ul li.architecten a {
	background: url(slide_architecten1.jpg) no-repeat top left;
}
#imageMenu ul li.architecten a:hover {
	background: url(slide_architecten2.jpg) no-repeat top left;
}

#preload {
	visibility: hidden;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.clear {
	clear: both;
}

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


