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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 162px;
	overflow: hidden;	
	
}



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

#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:80px;
	height: 162px;
}

#imageMenu ul li.muzyka a {
	background: url(images/muzyka.jpg) repeat scroll 0%;
}

#imageMenu ul li.muzyka_dvd a {
	background: url(images/muzyka_dvd.jpg) repeat scroll 0%;
}

#imageMenu ul li.dzieci a {
	background: url(images/dzieci.jpg) repeat scroll 0%;
}

#imageMenu ul li.dzieci_dvd a {
	background: url(images/dzieci_dvd.jpg) repeat scroll 0%;
}

#imageMenu ul li.kazania a {
	background: url(images/kazania.jpg) repeat scroll 0%;
}

#imageMenu ul li.kazania_dvd a {
	background: url(images/kazania_dvd.jpg) repeat scroll 0%;
}

#imageMenu ul li.wyklady a {
	background: url(images/wyklady.jpg) repeat scroll 0%;
}

#imageMenu ul li.wyklady_dvd a {
	background: url(images/wyklady_dvd.jpg) repeat scroll 0%;
}

#imageMenu ul li.filmy a {
	background: url(images/filmy.jpg) repeat scroll 0%;
}

#imageMenu ul li.filmy_dvd a {
	background: url(images/filmy_dvd.jpg) repeat scroll 0%;
}

#imageMenu ul li.biblie a {
	background: url(images/biblie.jpg) repeat scroll 0%;
}

#imageMenu ul li.ksiazki a {
	background: url(images/ksiazki.jpg) repeat scroll 0%;
}

#imageMenu ul li.zdrowie a {
	background: url(images/zdrowie.jpg) repeat scroll 0%;
}

#imageMenu ul li.inne a {
	background: url(images/inne.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

