  hr {
       padding: 0 0 0 16 px;
       margin: 0;
       line-height: 5px;
  }
  .menuitem {
       font-family: MS SANS SERIF,HELVETICA,ARIAL,;
       font-size: 12px;
       width: 100%;
       padding: 3 0 3 16 px;
       background-color: MENU;
       color: BLACK;
       cursor: DEFAULT;
  }
  .menuItemDisabled {
       font-family: MS SANS SERIF,HELVETICA,ARIAL,;
       font-size: 12px;
       width: 100%;
       padding: 3 0 3 16 px;
       background-color: MENU;
       color: silver;
       cursor: DEFAULT;
  }
  .menuitemdefault {
       font-family: MS SANS SERIF,HELVETICA,ARIAL,;
       font-size: 12px;
       font-weight: BOLD;
       width: 100%;
       background-color: MENU;
       color: BLACK;
       padding: 3 0 3 16 px;
       cursor: DEFAULT;
  }
  .highlightitem {
       font-family: MS SANS SERIF,HELVETICA,ARIAL,;
       font-size: 12px;
       width: 100%;
       background-color: HIGHLIGHT;
       color: WHITE;
       cursor: DEFAULT;
       padding: 3 0 3 16 px;
  }
  .menu {
       position: ABSOLUTE;
       display: NONE;
       width: 180px;
       padding: 2;
       background-color: MENU;
       border: 2PX OUTSET;
       cursor: DEFAULT;
       filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95)
       filter:progid:DXImageTransform.Microsoft.RandomDissolve( Duration=2)
  }


