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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 996px;
	height: 200px;
	overflow: hidden;
}


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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -2000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:110px;
	height: 200px;
}

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

#imageMenu ul li.katalog a {
	background: url(images/katalogi.jpg) repeat scroll 0%;
}
#imageMenu ul li.zyczenia a {
	background: url(images/zyczenia-wielkanocne.jpg) repeat scroll 0%;
}
#imageMenu ul li.nowosci a {
	background: url(images/nowosci.jpg) repeat scroll 0%;
}
#imageMenu ul li.wirtualny_spacer a {
	background: url(images/wirtualny_spacer.jpg) repeat scroll 0%;
}

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

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

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

#imageMenu ul li.wesolych_swiat a {
	background: url(images/wesolych_swiat.jpg) repeat scroll 0%;
}
#imageMenu ul li.fotokonkurs a {
	background: url(images/fotokonkurs.jpg) repeat scroll 0%;
}
#imageMenu ul li.info a {
	background: url(images/info.jpg) repeat scroll 0%;
}
#imageMenu ul li.wygraj-dom a {
	background: url(images/wygraj-dom.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

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

