/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 316px;
	overflow: hidden;

	padding: 0px 0 0px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 1000px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 0px;
	width: 795px;
	
	}

#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: '#610000' none repeat scroll 0%;
	border-right: 20px '#610000';
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:378px;
	height: 350px;
		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('forras.jpg');
}

#imageMenu ul li.bk2 a {
	background: url('beatrix.jpg');
	border-right-style: none
}



.clear {
	clear: both;
}