/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 674px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:75px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url(imagesmenu/kuchenne.jpg) repeat scroll 0%;
	
	
}

#imageMenu ul li.people a {
	background: url(imagesmenu/lazienkowe.jpg) repeat scroll 0%;
}

#imageMenu ul li.parapety a {
	background: url(imagesmenu/parapety.jpg) repeat scroll 0%;
}

#imageMenu ul li.kominki a {
	background: url(imagesmenu/kominki.jpg) repeat scroll 0%;
}

#imageMenu ul li.schody a {
	background: url(imagesmenu/schody.jpg) repeat scroll 0%;
}
#imageMenu ul li.posadzki a {
	background: url(imagesmenu/posadzki.jpg) repeat scroll 0%;
}
#imageMenu ul li.tralki a {
	background: url(imagesmenu/tralki.jpg) repeat scroll 0%;
}
#imageMenu ul li.lase a {
	background: url(imagesmenu/lase.jpg) repeat scroll 0%;
}
#imageMenu ul li.nagrobki a {
	background: url(imagesmenu/nagrobki.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}

/*************************************************************/
