/* Coded by Paulfox 2-19-2006, Updated 5-02-06, Contributions by LouCypher/Zoolcar9 (disabled items)
and hhh (save DTop/copy image), Version 1.4 */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* === Context Menus DISABLE ITEMS === (Last line gives "Copy" in red Bold, elminate/fine tune as desired)*/
menuitem[label="Add to dictionary"],
menuitem[label="Add a Keyword for this Search..."],
menuitem[label="Back"],
menuitem[label="Bookmark This Link..."],
menuitem[label="Copy Email Address"], 
menuitem[label="Copy Image"], 
menuitem[label="Copy Image Location"],
menuitem[label="Copy Link Location"], 
menuitem[label="Cut"],
menuitem[label="Delete"],
menuitem[label="Forward"],
menuitem[label="Languages"],
menuitem[label="Open Link in New Tab"],
menuitem[label="Open Link in New Window"],
menuitem[label="Reload"],
menuitem[label="Save Page As..."],
menuitem[label="Send Image..."],
menuitem[label="Send Link..."],
menuitem[label="Set As Desktop Background..."], 
menuitem[label="Send Link..."],
menuitem[label="Spell check this field"],
menuitem[label="Set As Desktop Background..."],
menuitem[label="Undo"],
menuitem[label="View Image"] { display: none !important; }
menuitem[label="Copy"] { color: red !important; font-family: verdana; font-size: 12pt !important; font-weight: bold !important; }
/* ====== Separators HIDE ====== */
menuseparator {
display: none;
}

/* ====== Hide Disabled ====== */
menuitem[disabled="true"],
menuitem[disabled="true"] + menuseparator
 { display: none; }

/* ====== BkMk & Tools Menu HIDE ====== */
menuitem[label="Downloads"],
menuitem[label="Reload"],
menuitem[label="Themes"],
menuitem[label="Web Search"] { display: none; }
menupopup > menuitem[label="Bookmark This Page..."] {display: none !important;}
.openintabs-menuitem {display: none !important;}