
 .NavMenu { visibility: hidden;
           }

  .navItem {
       width: 100px;
       height: 20px;
       float: left;
       position: fixed;
       left: 10px;
       text-decoration: none;
       color: white;
       visibility: hidden;	
       }
  .lnkNavItem {
      width: 100px;
      height: 20px;
      float: left;
      position: fixed;
      left: 120px;
      text-decoration: none;
      visibility: hidden;
      }
