
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/



#imageMenu {
	border: 5px solid #320600;
	position: relative;
	height: 351px;
	overflow: hidden;
	width: 782px;
	text-align:center;
	background-color:#320600;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 351px;
	width: 806px;
	
	}

#imageMenu ul li {
	float: left; display:inline;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#320600 none repeat scroll 0%;
	border-right: 6px solid #320600;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:153px;
	height: 351px;
}

#imageMenu ul li.ubytovanie a {
	background: url(images/ubytovanie.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.restauracia a {
	background: url(images/restauracia.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.salonik a {
	background: url(images/salonik.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.kaviaren a {
	background: url(images/kaviaren.jpg) repeat scroll 0%;
	border:0px;
	
}
#imageMenu ul li.hotel a {
	background: url(images/hotel.jpg) repeat scroll 0%; 
}



.clear {
	clear: both;
}

/*************************************************************/

