/* CSS Document */
   
    #lista {
      background-image: url("../menu.gif");
      background-repeat: repeat-x;
      width: 100%;
      height: 20px;
      font-size: 10pt;
      color: white;
    }
    
    #lista a:link {
      color: white;
      text-decoration: none;
    }
    
    #lista a:visited {
      color: white;
      text-decoration: none;
    }
    
    #lista a:hover {
      color: white;
      text-decoration: underline;
    }
