
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 690px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
}



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

#imageMenu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#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:115px;
	height: 180px;
}

#imageMenu ul li.p1 a {
	background: url('/grafika/byty.jpg') repeat scroll 0%;
}

#imageMenu ul li.p2 a {
	background: url('/grafika/rodinne-domy.jpg') repeat scroll 0%;
}

#imageMenu ul li.p3 a {
	background: url('/grafika/komercni-objekty.jpg') repeat scroll 0%;
}

#imageMenu ul li.p4 a {
	background: url('/grafika/pozemky.jpg') repeat scroll 0%;
}

#imageMenu ul li.p5 a {
	background: url('/grafika/rekreacni-objekty.jpg') repeat scroll 0%;
}

#imageMenu ul li.p6 a {
	background: url('/grafika/novostavby.jpg') repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

