
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 600px;
	height: 208px;
	overflow: hidden;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:4px;
	border-color:#CCCCCC;
	border-style:ridge;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 700px;
	
	}

#imageMenu ul li {
	float: left;
	border-bottom-width:4px;
	border-top-width:4px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#CCCCCC;
	border-style:ridge;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 4px ridge #ccc;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:137px;
	height: 200px;
}

#imageMenu ul li.primapagina a {
	background: url(images/home.jpg) repeat scroll 0%;
      border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:4px;
	border-left-color:#CCCCCC;
	border-left-style:ridge;
	
	}

#imageMenu ul li.articole a {
	background: url(images/articole.jpg) repeat scroll 0%;
}

#imageMenu ul li.preturi a {
	background: url(images/preturi.jpg) repeat scroll 0%;
}


#imageMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}

/*************************************************************/

