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

#imageMenu {
	/*width: 1072px;*/
	height: 220px;
	/*margin: 0 auto;*/
	padding: 0;
	overflow: hidden;
	border-style: none;
}

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

#imageMenu ul li {
	float: left;
	padding: 15px 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

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


#imageMenu ul li.bk2 a {
	border-right-style: none;
}


.clear {
	clear: both;
}


