
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {

	width: 898px;
	height: 200px;
	overflow: hidden;
	margin:5px;	
	left:0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 2000px;
	padding:0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;

	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:58px;
	height: 200px;
}

#imageMenu ul li.trekking a {
	background: url(http://www.dolomites-adventure.com/ita/images/trekking.jpg) repeat scroll 0%;
}

#imageMenu ul li.trekking-cavallo a {
	background: url(images/passeggiate-cavallo.jpg) repeat scroll 0%;
}

#imageMenu ul li.alpinismo a {
	background: url(images/alpinismo.jpg) repeat scroll 0%;
}

#imageMenu ul li.vie-ferrate a {
	background: url(images/vie-ferrate.jpg) repeat scroll 0%;
}

#imageMenu ul li.arrampicata-sportiva a {
	background: url(images/arrampicata-sportiva.jpg) repeat scroll 0%;
}

#imageMenu ul li.gite-naturalistiche a {
	background: url(images/gite-naturalistiche.jpg) repeat scroll 0%;
}

#imageMenu ul li.geo-trekking a {
	background: url(images/geo-trekking.jpg) repeat scroll 0%;
}

#imageMenu ul li.mountain-bike a {
	background: url(images/mountain-bike.jpg) repeat scroll 0%;
}

#imageMenu ul li.free-ride a {
	background: url(images/free-ride.jpg) repeat scroll 0%;
}

#imageMenu ul li.canyoning a {
	background: url(images/canyoning.jpg) repeat scroll 0%;
}

#imageMenu ul li.parapendio-biposto a {
	background: url(images/parapendio-biposto.jpg) repeat scroll 0%;
}

#imageMenu ul li.nordic-walking a {
	background: url(images/nordic-walking.jpg) repeat scroll 0%;
}

#imageMenu ul li.speciale-bimbi a {
	background: url(images/speciale-bimbi.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.scialpinismo a {
	background: url(images/scialpinismo.jpg) repeat scroll 0%;

}

#imageMenu ul li.ciaspe a {
	background: url(images/ciaspole.jpg) repeat scroll 0%;
}

#imageMenu ul li.cascate-ghiaccio a {
	background: url(images/cascate-ghiaccio.jpg) repeat scroll 0%;
	width: 310px;
}


#imageMenu ul li.telemark a {
	background: url(images/telemark.jpg) repeat scroll 0%;
}

#imageMenu ul li.snowboard a {
	background: url(images/snowboard.jpg) repeat scroll 0%;
}

#imageMenu ul li.freeride a {
	background: url(images/freeride.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


