

a#home{
background: url(../images/menu/home.jpg) center;
}
a#home:hover{
background: url(../images/menu/home.jpg) left;
}
a#home.active{
background: url(../images/menu/home.jpg) right;
}

a#ubicazione{
background: url(../images/menu/ubicazione.jpg) center;
}
a#ubicazione:hover{
background: url(../images/menu/ubicazione.jpg) left;
}
a#ubicazione.active{
background: url(../images/menu/ubicazione.jpg) right;
}

a#residence{
background: url(../images/menu/residence.jpg) center;
}
a#residence:hover{
background: url(../images/menu/residence.jpg) left;
}
a#residence.active{
background: url(../images/menu/residence.jpg) right;
}

a#villa{
background: url(../images/menu/villa.jpg) center;
}
a#villa:hover{
background: url(../images/menu/villa.jpg) left;
}
a#villa.active{
background: url(../images/menu/villa.jpg) right;
}

a#contact{
background: url(../images/menu/contatti.jpg) center;
}
a#contact:hover{
background: url(../images/menu/contatti.jpg) left;
}
a#contact.active{
background: url(../images/menu/contatti.jpg) right;
}
#castellibox a.dettagli{
  display: block;
  position: absolute;
  width: 118px;
  height: 18px;
  left: 540px;
  bottom: 10px;
  background: url(../images/menu/dettagli_castelli.jpg) right;
}
#castellibox a.dettagli:hover{
  background: url(../images/menu/dettagli_castelli.jpg) left;
}
#villabox a.dettagli{
  display: block;
  position: absolute;
  width: 118px;
  height: 18px;
  left: 540px;
  bottom: 10px;
  background: url(../images/menu/dettagli_villa.jpg) right;
}
#villabox a.dettagli:hover{
  background: url(../images/menu/dettagli_villa.jpg) left;
}
#castellibox a.prenota{
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 31px;
  top: 7px;
  left: 480px;
  background-image: url(../images/menu/prenota_castelli.gif);
  background-repeat: no-repeat;
  font-size: small;
  text-align: center;
  font: bold;
  color: #999999;

}
#villabox a.prenota{
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 31px;
  top: 7px;
  left: 480px;
  background-image: url(../images/menu/prenota_villa.gif);
  background-repeat: no-repeat;
  font-size: small;
  text-align: center;
  font: bold;
  color: #999999;

}

#castellibox{
   display: block;
  float: left;
  position: relative;
  width: 669px;
  height: 328px;
  background: url(../images/menu/sfondino_rescastelli.jpg) no-repeat;
  margin-top: 33px;

}
 #villabox{
   display: block;
  float: left;
  position: relative;
  width: 669px;
  height: 328px;
  background-image: url(../images/menu/sfondino_villazileri.jpg);
    margin-top: 33px;

}






.titolo1{
  background: url(../images/menu/box_promo_aziende.jpg) no-repeat top;
  color: #000;
  background-color: #e2e0d2;
}

.titolo2{

  background: url(../images/menu/box_promo_Turismo.jpg) no-repeat top;
  color: #000;
  background-color: #e2e0d2;
}





