/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 600px;
	height: 159px;
	overflow: hidden;
	padding: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 159px;
	width: 800px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 159px;
}
#imageMenu    ul  li.praxen    a   {
	background-attachment: scroll;
	background-image: url(../images/praxen.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul  li.physiomed    a   {
	background-attachment: scroll;
	background-image: url(../images/physiomed.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu    ul  li.osteomed   a {
	background-attachment: scroll;
	background-image: url(../images/osteomed.gif);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu    ul  li.vankempen   a {
	background-attachment: scroll;
	background-image: url(../images/vankempen.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}
