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

	Image Menu
	v 2.0

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

#imageMenu {
	position: relative;
	left: 2.75em;
	width: 30.5em;
	height: 10em;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 10em;
	width: 60em;
}

#imageMenu ul li {
	float: left;
	font-size: 1em;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0.125em solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 6em;
	height: 10em;
	text-decoration: none;
}

#imageMenu ul li a img {
	border:none;
	float:left;
	width: 15em;
	height: 10em;
}

.clear {
	clear: both;
}

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