   .mainMenu{
       width: 100%;
       height: 22;
       background: url('images/main_menu_back.jpg');
       padding: 4;
       border-bottom: solid #ffffaa 1;
       color: white;
       cursor: default;
       font: menu;
   }
   .menuTray{
      background: url('images/main_menu_back.jpg');
   }
   .mainMenuItem{
      padding: 4;
      padding-top: 2;
      padding-bottom: 2;
      
   }
   .mainMenuItemH{
      padding: 4;
      padding-top: 2;
      padding-bottom: 2;
      border: solid white 1;
      border-left: none;
      border-right: none;
      background: #ffffaa;
      color: #5a5a42;
   }

   .mainMenuItemD{
      padding: 4;
      padding-top: 2;
      padding-bottom: 2;
      border: solid #ffffaa 1;
      border-left: none;
      border-right: none;
      background: #5a5a42;
   }
   .popupMenu{
      position: absolute;
      border: solid white 1;
      background: #eedc80 url('images/popup_menu_back.jpg') repeat-y;
      padding: 2;
      display: none;
      width: 150;
      cursor: default;
      z-index: 500;
   }
   .menu{
      position: absolute;
      border: solid white 1;
      background: #eedc80 url('images/popup_menu_back.jpg') repeat-y;
      padding: 2;
      display: none;
      width: 150;
      cursor: default;
      z-index: 500;
   }
   .menuItem{
      padding-top: 2;
      padding-bottom: 2;
      font: menu;
      padding-left: 14;
      width: 100%;
      color: black;
   }
   .menuItemH{
      padding-top: 2;
      padding-bottom: 2;
      font: menu;
      padding-left: 14;
      width: 100%;
      color: #847b52;
      background: #ffffcc
   }
   .menuItemSub{
      padding-top: 2;
      padding-bottom: 2;
      font: menu;
      padding-left: 14;
      width: 100%;
      color: black;
      background: #cccc70 url('images/smArrow.gif') no-repeat right;
   }
   .menuItemSubH{
      padding-top: 2;
      padding-bottom: 2;
      font: menu;
      padding-left: 14;
      width: 100%;
      color: black;
      border: none;
      background: #ffffcc url('images/smArrow1.gif') no-repeat right;
   }
   .menuItem:hover{
      color: highlightText;
      background: highlight;
   }
   .sprt{
      border: inset 1;
   }
