/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 760px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 760px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
}

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

.imageMenu ul li.Item1 a {
	background:url("/images/nav/home.jpg") repeat scroll 0%;
}

.imageMenu ul li.Item2 a {
	background:url("/images/nav/about.jpg") repeat scroll 0%;
}

.imageMenu ul li.Item3 a {
	background:url("/images/nav/theatres.jpg") repeat scroll 0%;
}

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

.imageMenu ul li.Item5 a {
	background:url("/images/nav/trailer.jpg") repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
 
 
 /*.imageMenu ul li a { text-indent: -1000px;}*/
 

