div#myjquerymenu ul li a { display: block;outline: none;}
div#myjquerymenu ul li a.hotel_btn {
	background: url(../images/hotel_de_btn.png) top left no-repeat;
	width:57px;text-indent: -9999px;
	height:58px;
	
}
div#myjquerymenu ul li a.cennik_btn {
	background: url(../images/cennik_de_btn.png) top left no-repeat;
	width:88px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.rezerwacja_btn {
	background: url(../images/rezerwacja_de_btn.png) top left no-repeat;
	width:116px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.galeria_btn {
	background: url(../images/galeria_de_btn.png) top left no-repeat;
	width:70px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.kontakt_btn {
	background: url(../images/kontakt_de_btn.png) top left no-repeat;
	width:72px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.polecane_strony_btn {
	background: url(../images/polecane_strony_de_btn.png) top left no-repeat;
	width:60px;text-indent: -9999px;
	height:58px;
}

div#myjquerymenu ul li a:hover {
	background-position: bottom  left;
	cursor: pointer
}
