
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#imageMenu {
	position: relative;
	width: 1000px;
	height: 500px;
	overflow: hidden;
	margin:20px auto 10px;
	border: #FFF solid 2px;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 500px;
	width: 2000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -2000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:200px;
	height: 500px;
}

#imageMenu ul li.summura a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.summurb a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.summurc a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.summurd a {
	background: url(images/4.jpg) repeat scroll 0%;
}
#imageMenu ul li.summure a {
	background: url(images/5.jpg) repeat scroll 0%;
}

#imageMenu ul li.summurf a {
	background: url(images/6.jpg) repeat scroll 0%;
}

#imageMenu ul li.summurg a {
	background: url(images/7.jpg) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}

/*************************************************************/

