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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.s1 a {
	background: url(images/s1.jpg) repeat scroll 0%;
width:42px;
	}

#imageMenu ul li.s2 a {
	background: url(images/s2.jpg) repeat scroll 0%;
width:42px;
}

#imageMenu ul li.s3 a {
	background: url(images/s3.jpg) repeat scroll 0%;
	width:42px;
}

#imageMenu ul li.s4 a {
	background: url(images/s4.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s5 a {
	background: url(images/s5.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s6 a {
	background: url(images/s6.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s7 a {
	background: url(images/s7.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s8 a {
	background: url(images/s8.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s9 a {
	background: url(images/s9.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s10 a {
	background: url(images/s10.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s11 a {
	background: url(images/s11.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s12 a {
	background: url(images/s12.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s13 a {
	background: url(images/s13.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s14 a {
	background: url(images/s14.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s15 a {
	background: url(images/s15.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s16 a {
	background: url(images/s16.jpg) repeat scroll 0%;
	width:42px;
}
#imageMenu ul li.s17 a {
	background: url(images/s17.jpg) repeat scroll 0%;
	width:42px;
}

.clear {
	clear: both;
}

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

