
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 294px;
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#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: 215px;
}

#imageMenu ul li.diagnostic a {
	background: url(../img/diagnostic.jpg) repeat scroll 0%;
}

#imageMenu ul li.recuperare a {
	background: url(../img/recupeare.jpg) repeat scroll 0%;
}

#imageMenu ul li.livrare a {
	background: url(../img/livrare.jpg) repeat scroll 0%;
}

/*#imageMenu ul li.next a {
	background: url(../images/printing.jpg) repeat scroll 0%;
}

#imageMenu ul li.building a {
	background: url(../images/building.jpg) repeat scroll 0%;
	width: 310px;
}
*/
.clear {
	clear: both;
}

/*************************************************************/

