
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu {
	position: relative;
	width: 899px;
	height: 430px;
	overflow: hidden;
	
}

div#gallery
{
    margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 430px;
	width: 1800px;
	
	}

#imageMenu ul li {
	float: left;
	
}

#imageMenu ul li a {
	text-indent: -1800px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 4px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 430px;
	width:125px;
}

#imageMenu ul li.classic a {
	background: url(../images/gallery/menu_classic.jpg) repeat scroll 0%;
}

#imageMenu ul li.superior a {
	background: url(../images/gallery/menu_superior.jpg) repeat scroll 0%;

}

#imageMenu ul li.ricasoli a {
	background: url(../images/gallery/menu_ricasoli.jpg) repeat scroll 0%;

}

#imageMenu ul li.amedeo a {
	background: url(../images/gallery/menu_principe_amedeo.jpg) repeat scroll 0%;

}

#imageMenu ul li.colazioni a {
	background: url(../images/gallery/menu_colazioni.jpg) repeat scroll 0%;

}

#imageMenu ul li.shop a {
	background: url(../images/gallery/menu_coffee_shop.jpg) repeat scroll 0%;
}

#imageMenu ul li.lettura a {
	background: url(../images/gallery/menu_lettura.jpg) repeat scroll 0%;
	width: 600px;
}

.clear {
	clear: both;
}
