@charset "utf-8";
/* CSS Document */

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

.menu li a{
	background: url(/images/menu_eng.png);
}

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

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

#hotel, #hotel_sel {
	width:109px;
	background-position: -148px 0;
}

a#hotel:hover , a#hotel_sel{
	background-position: -148px -45px;
}

#dove, #dove_sel {
	width:176px;
	background-position: -257px 0;
}

a#dove:hover , a#dove_sel{
	background-position: -257px -45px;
}

#localita, #localita_sel {
	width:242px;
	background-position: -433px 0;
}

a#localita:hover , a#localita_sel{
	background-position: -433px -45px;
}

#news, #news_sel {
	width:154px;
	background-position: -675px 0;
}

a#news:hover , a#news_sel{
	background-position: -675px -45px;
}

#contatti, #contatti_sel {
	width:161px;
	background-position: -829px 0;
}

a#contatti:hover , a#contatti_sel{
	background-position: -829px -45px;
}

