@charset "utf-8";
#menu {
	background-repeat: no-repeat;
	height: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #213634;
	clear: both;
	width: 950px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/menu_tlo.jpg);
	float: left;
}
#menu a {
	color: #213634;
	text-decoration: none;
	display: block;
	height: 46px;
	line-height: 45px;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	width: 500px;
	height: 45px;
	border: 0px solid red;
	margin: 38px 0px 0px 450px;
	padding: 0px;
}
#menu ul li{
	float:left;
	margin-left: 4px;
}
#menu ul li a{
	float:left;
	height: 26px;
	display: block;
}
#menu  ul  li  a  span   {
	width: 50em;
	position: absolute;
	left: -50em;
}
#menu  ul li a.active  {
	background-position: 0px -52px !important;
	
}

#menu  ul li#naszfirma  a{
	width: 81px;
	background-image: url(../images/nasza_firma.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}
#menu ul li#naszfirma a:hover  {
	width: 81px;
	height: 26px;
	background-image: url(../images/nasza_firma.png);
	background-position: 0px -26px;
	background-repeat: no-repeat;
}
#menu ul li#projekty a {
	width: 122px;
	background-image: url(../images/wykonane_projekty.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#menu ul li#projekty a:hover {
	width: 122px;
	background-image: url(../images/wykonane_projekty.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#menu ul li#opinie a{
	width: 84px;
	background-image: url(../images/opinie.png);
	background-repeat: no-repeat;

}
#menu ul li#opinie a:hover {
	width: 84px;
	background-image: url(../images/opinie.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#menu ul li#oferta_m a{
	width: 52px;
	background-image: url(../images/oferta.png);
	background-repeat: no-repeat;

}
#menu ul li#cennik a{
	width: 55px;
	background-image: url(../images/cennik.png);
	background-repeat: no-repeat;

}

#menu ul li#kontakt a{
	width: 59px;
	background-image: url(../images/kontakt.png);
	background-repeat: no-repeat;

}
#menu ul li#oferta_m a:hover {
	width: 52px;
	background-image: url(../images/oferta.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#menu ul li#cennik a:hover {
	width: 55px;
	background-image: url(../images/cennik.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#menu ul li#kontakt a:hover {
	width: 59px;
	background-image: url(../images/kontakt.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
