/* testa.css */

a {
    color : #666666;
    font-family : sans-serif;
    font-size : 10pt;
    text-align : center;
  }

a:hover {
    color : #214575;
  }


a.eng {
    font-size:15pt;
    border:0;
    background-color: #990000;
    display: block;
    width:41px;
    height:24px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_ing.jpg");
    background-position: 0 0;
    /* (per chiarezza) */
  }


a.eng:hover {
    background-position: 0 24px;
  }


a.ita {
    font-size:15pt;
    border:0;
    background-color: #990000;
    display: block;
    width:48px;
    height:24px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_ita.jpg");
    background-position: 0 0;
    /* (per chiarezza) */
  }


a.ita:hover {
    background-position: 0 24px;
  }


a.home {
    background-color : #747579;
    background-image : url("img/bot_vuoto51.jpg");
    background-repeat : no-repeat;
    display : block;
    height : 17px;
    text-decoration : none;
    width : 51px;
  }


a.azienda {
    border:0;
    background-color: #747579;
    display: block;
    width:65px;
    height:17px;
    text-decoration:none;
    background-repeat:no-repeat;
    background-image: url("img/bot_vuoto.jpg");
  }


a.prodotti {
    border:0;
    background-color: #747579;
    display: block;
    width:61px;
    height:17px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_vuoto61.jpg");
  }


a.novita {
    border:0;
    background-color: #747579;
    display: block;
    width:51px;
    height:17px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_vuoto51.jpg");
  }


a.fiere {
    border:0;
    background-color: #747579;
    display: block;
    width:51px;
    height:17px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_vuoto51.jpg");
  }


a.contatti {
    border:0;
    background-color: #747579;
    display: block;
    width:61px;
    height:17px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_vuoto61.jpg");
  }


a.riservato {
    border:0;
    background-color: #747579;
    display: block;
    width:65px;
    height:17px;
    text-decoration:none;
    background-repeat:repeat-y;
    background-image: url("img/bot_vuoto.jpg");
 }
 