div#myjquerymenu ul li a { display: block;outline: none;}
div#myjquerymenu ul li a.hotel_btn {
	background: url(../images/hotel_en_btn.png) top left no-repeat;
	width:57px;text-indent: -9999px;
	height:58px;
	
}
div#myjquerymenu ul li a.cennik_btn {
	background: url(../images/cennik_en_btn.png) top left no-repeat;
	width:68px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.rezerwacja_btn {
	background: url(../images/rezerwacja_en_btn.png) top left no-repeat;
	width:103px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.galeria_btn {
	background: url(../images/galeria_en_btn.png) top left no-repeat;
	width:73px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.kontakt_btn {
	background: url(../images/kontakt_en_btn.png) top left no-repeat;
	width:75px;text-indent: -9999px;
	height:58px;
}
div#myjquerymenu ul li a.polecane_strony_btn {
	background: url(../images/polecane_strony_en_btn.png) top left no-repeat;
	width:61px;text-indent: -9999px;
	height:58px;
}

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