/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 1008px;
	height: 240px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 1008px;
	padding: 0;
	}

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

.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:111px;
	height: 240px;
}

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

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

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

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

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

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

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

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

.imageMenu ul li.kontakt a {
	background: url(../images/menu/kontakt.jpg) repeat scroll 0%;
	width: 565px;
}

.clear {
	clear: both;
}

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

