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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 450px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#444 none repeat scroll 0%;
	border-right: 1px solid #ccc;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 450px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

