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

.menu li {
    display:inline;
}

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

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

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

#hotel , #hotel_sel{
    width:60px;
    background-position: -73px 0;
}

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

#camere , #camere_sel{
    width:77px;
    background-position: -133px 0;
}

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

#ristorante , #ristorante_sel {
    width:102px;
    background-position: -210px 0;
}

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

#servizi , #servizi_sel{
    width:149px;
    background-position: -312px 0;
}

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

#dove , #dove_sel{
    width:56px;
    background-position: -461px 0;
}

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

#contatti , #contatti_sel{
    width:77px;
    background-position: -517px 0;
}

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