  .menu { position:absolute;
          visibility:hidden;
          background-color: #E8E8E8;
          color: black;
          width: 17px;
          height: 15px;
          border-style: solid;
          border-color: #B0B0B0;
          border-width: 0px;
		  border-spacing: 0px;
          padding: 0px;
          color: white;
          font-size : 10px;
          font-family: "arial", "helvetica";
          font-weight: regular;
          line-height: 12px;}


  .emptyMenu { position:absolute;
          visibility:hidden;
          color: black;
          width: auto;
          height: auto;
          border-style: solid;
          border-color: black;
          border-width: 0px;
          padding: 0px;
          color: white;
          font-size : 0px;
          font-family: "arial", "helvetica";
          font-weight: regular;
          line-height: 0px;}

  .menu A:hover {color: #0A68AD;}
  .menu A {text-decoration: none; color: #C16262;}
