Theoretisch geht das problemlos, siehe z.B.
CSS
#main-menubar > menu > label {display:none;}
#main-menubar > menu {width:22px;height:22px;
background: center center no-repeat;
background-image:url(http://www.firefox-browser.de/favicon.ico);
-moz-appearance:none !important;margin:0 !important;
border:0 !important;}
#main-menubar > menu[_moz-menuactive="true"]{
background-color:highlight;}
Rein Praktisch bräuchte man natürlich entsprechende Symbole, die man einbinden könnte.