.PencilMenu
    {
      position: absolute;
      top: 5px;
      z-index: 75;
      font: bold 12px Arial;
      text-align: left;
      cursor: pointer;
      border: 0px solid #000;
      color: #fff;
      padding: 5px;
      padding-bottom: 15px;
      width: 200px;
    }


.MenuItem a {
  color: #000;
}



.MenuMO
    {
      position: absolute;
      left: 0;
      z-index: 80;
      visibility: hidden;
      border: 0px solid #000;
    }
.MenuContainer
    {
      width: 230px;
      background-color: #d9d9d9;
      z-index: 101;
    }
.MenuItem
    {
      position: absolute;
      left: 0;
      width: 220px;
      font-family: Arial;
      font-size: 11px;
      font-weight: bold;
      text-align: left;
      cursor: pointer;
      padding: 4px;
      margin-left: 3px;
      border-top: 1px dotted #000;
      z-index: 101;
    }
.MenuItemSub
    {
      position: absolute;
      top: 0px;
      left: 210px;
      visibility: hidden;
      width: 190px;
      background-color: #ececec;
      border: solid 0px #999999;
      z-index: 101;
    }
.SubItem
    {
      position: absolute;
      left: 0;
      width: 142px !important;
      width: 190px;
      text-align: left;
      cursor: pointer;
      padding: 3px;
      border-top: 1px dotted #000;
      color: #000;
      font-family: Arial;
      font-size: 11px;
      font-weight: bold;
    }