@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/***********************************************************************
 * Firefox3 - Small Menubar (mod)
 * mod of Firefox - Small Menubar (http://userstyles.org/styles/10616)
 ***********************************************************************/
 /* modded for Office 2007 Black
  * font>11,margin>-2 (cuz I don't really
  *   need smaller text, just a smaller bar)
  *------------------------------------------*/
 /* Some add-ons use the same-named plus other menus; you can
  * uncomment the following for a more consistent appearance 
  * if you have them installed:
  */
/*  #options-menu, /* MR Tech Toolkit, Adblock Plus */ 
/*  #Links-menu,   /* MR Tech Toolkit */
/*  #filters-menu, /* Adblock Plus */
/*  #help-menu,    /* Adblock Plus */

  #file-menu, 
  #edit-menu, 
  #view-menu,
  #bookmarksMenu, 
  #tools-menu, 
  #helpMenu, 
  #history-menu {
    font-size: 11px !important;
    font-family: Verdana !important;
    margin-top: -2px !important;
  }
 /*
  * default (usually)
  *-------------------*/
  #toolbar-menubar {
    height: 15px !important;
  }