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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 978px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -999em;
	background: #ffffff none repeat scroll 0%;
	border-right: 2px solid #ffffff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 194px;
	height: 350px;
}

#imageMenu ul li.banner1 a {
	background: url(../img/banner1.jpg) repeat scroll 0%;
}

#imageMenu ul li.banner3 a {
	background: url(../img/banner3.jpg) repeat scroll 0%;
}

#imageMenu ul li.banner4 a {
	background: url(../img/banner4.jpg) repeat scroll 0%;
}

#imageMenu ul li.banner5 a {
	background: url(../img/banner5.gif) repeat scroll 0%;
}

#imageMenu ul li.banner6 a {
	background: url(../img/banner6.jpg) repeat scroll 0%;
}

#imageMenu ul li.banner7 a {
	background: url(../img/banner7.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}