#imageMenu {
	position: relative;
	width: 928px;
	height: 270px;
	overflow: hidden;
	padding: px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 1px;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	display: block;
	height: 270px;
	width: 1400px;
}

#imageMenu ul li {
	float: left;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:Default !important;
	display:block;
	overflow:hidden;
	width: 187px;
	height: 270px;
	cursor:pointer;
	cursor:hand;
}


#imageMenu ul li.image1 a {
	background-attachment: scroll;
	background-image: url(../images/main-page/sh1.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul li.image2 a {
	background-attachment: scroll;
	background-image: url(../images/main-page/sh2.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul li.image3 a {
	background-attachment: scroll;
	background-image: url(../images/main-page/sh3.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul li.image4 a {
	background-attachment: scroll;
	background-image: url(../images/main-page/sh4.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	cursor:pointer;
	cursor:hand;
}

#imageMenu ul li.image5 a {
	background-attachment: scroll;
	background-image: url(../images/main-page/sh5.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	cursor:pointer;
	cursor:hand;
}


.clear {
	clear: both;
}
