/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 240px;
	height: 300px;
	overflow: hidden;
	margin-left: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	}

#imageMenu ul li {
	margin-left: 0px;
}
#imageMenu  ul li:before {
	content: "";
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:250px;
	height: 55px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #fff;
}
#imageMenu ul li.menu_iolanda   a {
	background-attachment: scroll;
	background-image: url(../images/menu1_iolanda.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}
#imageMenu ul li.menu_fattoria  a {
	background-attachment: scroll;
	background-image: url(../images/menu2_fattoria.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}
#imageMenu ul li.menu_puledra   a {
	background-attachment: scroll;
	background-image: url(../images/menu3_puledra.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}
#imageMenu ul li.menu_pieve  a {
	background-attachment: scroll;
	background-image: url(../images/menu4_pieve.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}
#imageMenu ul li.menu_giorgetti a {
	background-attachment: scroll;
	background-image: url(../images/menu5_giorgetti.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}

.clear {
	clear: both;
}

/*************************************************************/

