
#menu {
	float: left;
	width: 435px;
	height: 37px;
	margin-left: 13px;
}
.menu {  
	list-style: none;  
	position: relative;  
	margin: 0;  
	padding: 0;  
 }  
 .menu li{  
 	display: block;  
 	overflow: hidden;  
 	padding: 0;  
 	cursor: pointer;  
 	float: left;  
 	height: 37px;  
 	margin-right: 0px;  
 	background-repeat:no-repeat;  
 }  
#menu1, #menu1active {
	width: 107px;
	background:  url("../grafika/onas.png") no-repeat;
}
#menu2, #menu2active {
	width: 101px;
	background:  url("../grafika/dabki.png") no-repeat;
}
#menu3, #menu3active {
	width: 110px;
	background:  url("../grafika/cennik.png") no-repeat;
}
#menu4, #menu4active {
	width: 117px;
	background:  url("../grafika/kontakt.png") no-repeat;
}

#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover{
	background-position: 0 -37px;
}

#menu1active, #menu2active, #menu3active, #menu4active {
	background-position: 0 -74px;
}
#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a{
	outline: none;
}
#menu1 a, #menu1active a{
	width: 107px;
	margin-top:50px;
	padding-top: 72px;
	padding-left: 130px;
	line-height: 40px;
}
#menu2 a, #menu2active a {
	width: 101px;
	margin-top:50px;
	padding-top: 72px;
	padding-left: 120px;
	line-height: 40px;
}
#menu3 a, #menu3active a {
	width: 110px;
	margin-top:50px;
	padding-top: 72px;
	padding-left: 120px;
	line-height: 40px;
}
#menu4 a, #menu4active a {
	width: 117px;
	margin-top:50px;
	padding-top: 72px;
	padding-left: 185px;
	line-height: 40px;
}
#menu1active a {
	width: 107px;
	background:  url("../grafika/onas.png") no-repeat;
	background-position: 0 -64px;
}
#menu2active {
	width: 101px;
	background:  url("../grafika/dabki.png") no-repeat;
	background-position: 0 -74px;
}
#menu3active {
	width: 110px;
	background:  url("../grafika/cennik.png") no-repeat;
	background-position: 0 -74px;
}
#menu4active {
	width: 117px;
	background:  url("../grafika/kontakt.png") no-repeat;
	background-position: 0 -74px;
}
#mapaGoogle {
	float: right;

	margin: 0 3px 0 0;
}