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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 740px;
	height: 213px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

