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

#imageMenu {
	height: 240px;
	overflow: hidden;
	padding: 10px 0 5px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 964px;
}

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

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-style: solid;
	border-top-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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


#imageMenu ul li.bk11 a {
	background: url(images/11.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}


