@charset "utf-8";

/* CSS Document */





#top {
	position: relative;
	width: 902px;
	margin: 0px;
	height: 400px;
	padding: 0px;
}
#logo {
	margin-left: 20px;
	float: left;
}
#menu {
	padding: 0px;
	float: right;
	list-style-type: none;
	width: 580px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu  li {
	float: left;
}

#menu li a {
	text-decoration: none;
}
#menu span {
	visibility: hidden;
}

.home a {
	background-image: url(../image/home_01.gif);
	height: 25px;
	width: 75px;
	display: block;
	margin-right: 43px;
	float: left;
}
.home a:hover {
	background-image: url(../image/home_02.gif);
}







.oferta a {
	background-image: url(../image/oferta_01.gif);
	height: 25px;
	width: 52px;
	display: block;
	margin-right: 43px;
	float: left;
}
.oferta a:hover {
	background-image: url(../image/oferta_02.gif);
}




.realizacje a {
	background-image: url(../image/realizacje_01.gif);
	height: 25px;
	width: 85px;
	display: block;
	margin-right: 43px;
}
.realizacje a:hover {
	background-image: url(../image/realizacje_02.gif);
}




.referencje a {
	background-image: url(../image/referencje_01.gif);
	height: 25px;
	width: 82px;
	display: block;
	margin-right: 43px;
}
.referencje a:hover {
	background-image: url(../image/referencje_02.gif);
}



.kontakt a {
	background-image: url(../image/kontakt_01.gif);
	height: 25px;
	width: 68px;
	display: block;
	margin-right: 43px;
}
.kontakt a:hover {
	background-image: url(../image/kontakt_02.gif);
}
