/* Start of CMSMS style sheet 'imageMenu' */
/**************************************************************

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 650px;
	height: 250px;
	overflow: hidden;
	margin: 15px auto;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li {
	float: left;
}

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

.clear {
	clear: both;
}

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


/* End of 'imageMenu' */

