@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*
 * Firefox3: small menubar (alt)
 *********************************/
 /* make menu text easier to read on all menubars:
  *   font: Verdana @ 11px 
  *   margin: -2px (reduce height, center text vertically) 
  *--------------------------------------------------------*/
  menubar > menu {
    font-size: 11px !important;
    font-family: Verdana !important; 
    margin-top: -2px !important; 
  }
 /*
  * reduce height of main menubar
  *-------------------------------*/
  #toolbar-menubar {
    height: 15px !important; 
  } 