@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* :::::::::::: Firefox 4 - Context Menu Popup Internal Boxes Reformed Global :::::::::::: */

/* ===== Removes Shortcut Key Display ===== */   
.menu-accel-container{
display: none!important;}


/* ===== Remove that damn vertical line ===== */
menupopup {
  -moz-appearance: none !important;
  background: rgb(240,240,240) !important;
  border: 0px !important;
  padding: 5px 0px !important
}

/* ===== Removes Icons ===== */
.menu-iconic-icon{
display: none!important;}

/* ===== Move Menubar Closer Items ===== */
.menubar-text{
margin-left: 0px !important;
}

/* ===== Drop Down Menu Boxes Resized Box ===== */
.popup-internal-box{
margin-left: -30px !important;
margin-top: -5px !important;
margin-bottom: -5px !important;
}
