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

	Image Menu
	v 2.2

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


#imageMenu {
	padding: 0px 0px;
	position: relative;
	width: 750px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.building a  { background: url(../images/menu/museum.jpg) 0 50% }

#imageMenu ul li.exhibits a  { background: url(../images/menu/exhibits.jpg) 0 50% }

#imageMenu ul li.news a  { background: url(../images/menu/events.jpg) 0 50% }

#imageMenu ul li.membership a  { background: url(../images/menu/membership.jpg) 0 50% }

#imageMenu ul li.tours a  { background: url(../images/menu/tours.jpg) 0 50% }

#imageMenu ul li.visitus a  { background: url(../images/menu/visitus.jpg) 0 50% }

#imageMenu ul li.webstore a  { background: url(../images/menu/webstore.jpg) 0 50% }

#imageMenu ul li.aboutus a  { background: url(../images/menu/aboutus.jpg) 0 50%; width: 310px }

.clear {
	clear: both;
}

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

