/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 850px;
	height: 250px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1100px;
	
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:120px;
	height: 250px;
}

#imageMenu ul li.nuevaeuropa a {
	background: url(images/nuevaeuropa.jpg) repeat scroll 0%;
}

#imageMenu ul li.travelred a {
	background: url(images/travelred.jpg) repeat scroll 0%;
}

#imageMenu ul li.events a {
	background: url(images/events.jpg) repeat scroll 0%;
}

#imageMenu ul li.polska a {
	background: url(images/polska.jpg) repeat scroll 0%;
}

#imageMenu ul li.nautic a {
	background: url(images/nautic.jpg) repeat scroll 0%;
}

#imageMenu ul li.mamenity a {
	background: url(images/mamenity.jpg) repeat scroll 0%;
}

#imageMenu ul li.nordicwalking a {
	background: url(images/nordicwalking.jpg) repeat scroll 0%;
	width: 150px;
}

.clear {
	clear: both;
}

/*************************************************************/
