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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 650px;
	height: 150px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 650px;
	/*border-left:2px solid #fffeee;*/
	}
#imageMenu ul li {
	float: left;
	/*border-right:1px solid #fffeee;*/
}
#imageMenu ul li a {
	text-indent: -650px;
	background:#ffeeee none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:68px;
	height: 150px;
	/*border-right:1px solid #fffeee;*/
}
#imageMenu ul li.hypnose a {
	background: url(images/hypno_kl.jpg) repeat scroll 0%;
}
#imageMenu ul li.hypnose_active {
	background: url(images/hypno_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.ego a {
	background: url(images/ego_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.egostates_active {
	background: url(images/ego_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.nlp a {
	background: url(images/nlp_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.nlp_active {
	background: url(images/nlp_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.stress a {
	background: url(images/stress_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.stress_active {
	background: url(images/stress_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.eft a {
	background: url(images/eft_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.eft_active {
	background: url(images/eft_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.reis a {
	background: url(images/reis_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.reis_active {
	background: url(images/reis_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.reconnection a {
	background: url(images/reconnection_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.reconnection_active {
	background: url(images/reconnection_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
#imageMenu ul li.meer a {
	background: url(images/mir_kl.jpg) repeat scroll 0%; 
}
#imageMenu ul li.meer_active {
	background: url(images/mir_kl.jpg) no-repeat 0%;
	width:240px;
	height:150px;
	/*border-right:2px solid #fffeee;*/
}
.clear {
	clear: both;
}

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


