
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 690px;
	height: 200px;
	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%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	border-left: 1px solid #EEEEEE;
}

#imageMenu ul li.dummy a {
	background: none;
}

#imageMenu ul li.storja a {
	background: url(images/storja.jpg) repeat scroll 0%;
}

#imageMenu ul li.ritratti a {
	background: url(images/ritratti.jpg) repeat scroll 0%;
}

#imageMenu ul li.attivitajiet a {
	background: url(images/attivitajiet.jpg) repeat scroll 0%;
}

#imageMenu ul li.kuntatt a {
	background: url(images/kuntatt.jpg) repeat scroll 0%;
}

#imageMenu ul li.artikli a {
	background: url(images/millmahzen.jpg) repeat scroll 0%;
}

#imageMenu ul li.downloads a {
	background: url(images/multimedia.jpg) repeat scroll 0%;
}

#imageMenu ul li.newsletter a {
	background: url(images/newsletter.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

