
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 900px;
	height: 395px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 395px;
	width: 900px;
	
	}

#imageMenu ul li {
	float: left;
}

#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:220px;
	height: 395px;
}

#imageMenu ul li.plener a {
	background: url(../img/plener.jpg) repeat scroll 0%;
}

#imageMenu ul li.ceremonia a {
	background: url(../img/ceremonia.jpg) repeat scroll 0%;
}

#imageMenu ul li.wesele a {
	background: url(../img/wesele.jpg) repeat scroll 0%;
}

#imageMenu ul li.ciaza a {
	background: url(../img/ciaza.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*************************************************************/

