/*****
Image Menu
v 2.2
	*****/

.imageMenu {
	height: 240px;
	overflow: hidden;
	padding: 0;
    margin: 0 auto;
    width: 950px;
	background: #FFF url("../images/slidingBackground.png") repeat-x scroll top left;
}

.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
    width: 966px;
}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 119px;
	height: 200px;
    margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.imageMenu ul li.bk1 a {
	background: url(../images/bk1.png) repeat scroll 0%;
}

.imageMenu ul li.bk2 a {
	background: url(../images/bk2.png) repeat scroll 0%;
}

.imageMenu ul li.bk3 a {
	background: url(../images/bk3.png) repeat scroll 0%;
}

.imageMenu ul li.bk4 a {
	background: url(../images/bk4.png) repeat scroll 0%;
}

.imageMenu ul li.bk5 a {
	background: url(../images/bk5.png) repeat scroll 0%;
}

.imageMenu ul li.bk6 a {
	background: url(../images/bk6.png) repeat scroll 0%;
}

.imageMenu ul li.bk7 a {
	background: url(../images/bk7.png) repeat scroll 0%;
}

.imageMenu ul li.bk8 a {
	background: url(../images/bk8.png) repeat scroll 0%;
}

.clear {
	clear: both;
}
