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

	Image Menu
	v 2.1

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


#imageMenu {
	position: relative;
	width: 660px;
	height: 50px;
	overflow: hidden;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	
	height: 50px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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


