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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 431px;
	height: 90px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.home a {
	background: url(/common/img/mnt_1es.png) repeat scroll 0%;
}

#imageMenu ul li.enum a {
	background: url(/common/img/mnt_2es.png) repeat scroll 0%;
}

#imageMenu ul li.hub a {
	background: url(/common/img/mnt_3es.png) repeat scroll 0%;
}

#imageMenu ul li.corporate a {
	background: url(/common/img/mnt_4es.png) repeat scroll 0%;
}

}

.clear {
	clear: both;
}

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


