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

	Image Menu
	v 2.2

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


#menutopcorners {
  float:right;
	margin-top:15px;
	margin-right:14px;
  position:relative;
  z-index:10;
	display:inline;    
}

#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
	float:right;
	margin-top:-10px;
	margin-right:14px;
  position:relative;
  z-index:9;
	display:inline;
}

#menubottomcorners {
  float:right;
	margin-top:-10px;
	margin-right:14px;
  position:relative;
  z-index:10;
	display:inline;    
}



#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:98px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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


