/*******************   PULSANTI MENU *******************/

.menu li {
	display:inline;
}

.menu li a{
	background: url(/images/bg_menu_eng.jpg);
}

#home, #home_sel {
	width:75px;
	background-position: 0 0;
}

a#home:hover , a#home_sel{
	background-position: 0 -48px;
}

#hotel , #hotel_sel{
	width:66px;
	background-position: -75px 0;
}

a#hotel:hover , a#hotel_sel{
	background-position: -75px -48px;
}

#camere , #camere_sel{
	width:83px;
	background-position: -141px 0;
}

a#camere:hover , a#camere_sel{
	background-position: -141px -48px;
}

#ristorante , #ristorante_sel {
	width:105px;
	background-position: -224px 0;
}

a#ristorante:hover , a#ristorante_sel{
	background-position: -224px -48px;
}

#servizi , #servizi_sel{
	width:87px;
	background-position: -329px 0;
}

a#servizi:hover , a#servizi_sel{
	background-position: -329px -48px;
}

#dove , #dove_sel{
	width:89px;
	background-position: -416px 0;
}

a#dove:hover , a#dove_sel{
	background-position: -416px -48px;
}

#contatti , #contatti_sel{
	width:89px;
	background-position: -505px 0;
}

a#contatti:hover , a#contatti_sel{
	background-position: -505px -48px;
}