/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 416px;
	overflow: hidden;

	padding: 0px 0 0px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 902px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-width: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 17px solid #DFDFDF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:288px;
	height: 416px;
		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('ap1.jpg');
}

#imageMenu ul li.bk2 a {
	background: url('ap2.jpg');
}

#imageMenu ul li.bk3 a {
	background: url('ap3.jpg');
	border-right-style: none
}



.clear {
	clear: both;
}