#imageMenu {
	background:#1a1a1a;
	width: auto;
	height: 133px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	margin-left:5px;
	height: 133px;
	width: auto;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: 1000px;
	background:#1a1a1a none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 133px;
}

#imageMenu ul li.home a {
	background: url(menu/home.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}
#imageMenu ul li.gallery a {
	background: url(menu/gallery.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}

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

#imageMenu ul li.tourism a {
	background: url(menu/tourism.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}
#imageMenu ul li.about a {
	background: url(menu/about.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}
#imageMenu ul li.accomodation a {
	background: url(menu/accomodation.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}
#imageMenu ul li.history a {
	background: url(menu/history.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}
#imageMenu ul li.contact a {
	background: url(menu/contact.jpg) repeat scroll 0%;
	background-repeat:no-repeat;
}


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

