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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
  width:873px;
	height: 220px;
	overflow: hidden;
}



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

#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:145px;
	height: 200px;
}

#imageMenu ul li.pompe-de-caldura a {
	background: url('images/pompe-de-caldura.png') repeat scroll 0%;
}

#imageMenu ul li.panouri-solare a {
	background: url('images/panouri-solare.png') repeat scroll 0%;
}

#imageMenu ul li.incalzire-prin-pardoseala a {
	background: url('images/incalzire-prin-pardoseala.png') repeat scroll 0%;
}

#imageMenu ul li.protektor a {
	background: url('images/protektor.png') repeat scroll 0%;
}

#imageMenu ul li.filtre-de-apa a {
	background: url('images/filtre-de-apa.png') repeat scroll 0%;
}

#imageMenu ul li.obiecte-sanitare a {
	background: url('images/obiecte-sanitare.png') repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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


