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

	Image Menu
	v 2.2

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


#imageMenu {
    margin-right:auto;
    margin-left:auto;
	position: relative;
	width: 390px;
	height: 300px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:80px;
	height: 300px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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


