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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 750px;
	height: 200px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 320px;
	width: 750px;
	/*border-left:2px solid #fffeee;*/
}
#imageMenu ul li {
	float: left;
	/*border-right:1px solid #fffeee;*/
}
#imageMenu ul li a {
	text-indent: -750px;
	background:#feeee none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	/*border-right:1px solid #fffeee;*/
}

#imageMenu ul li.hypnose a {
	background: url(images/hypno.jpg) repeat scroll 0%;
}
#imageMenu ul li.ego a {
	background: url(images/ego.jpg) repeat scroll 0%; 
}
#imageMenu ul li.nlp a {
	background: url(images/nlp.jpg) repeat scroll 0%; 
}
#imageMenu ul li.stress a {
	background: url(images/stress.jpg) repeat scroll 0%; 
}
#imageMenu ul li.eft a {
	background: url(images/eft.jpg) repeat scroll 0%; 
}
#imageMenu ul li.reis a {
	background: url(images/reis.jpg) repeat scroll 0%; 
}
#imageMenu ul li.reconnection a {
	background: url(images/reconnection.jpg) repeat scroll 0%; 
}
#imageMenu ul li.meer a {
	background: url(images/meer.jpg) repeat scroll 0%; 
}
.clear {
	clear: both;
}

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

