/*
****************************************************
* --- Created Sept 22 2008 --- By Barbie Foster    *
* Barbiegirl  http://userstyles.org/users/13023    *
* TITLE: BOLD SOME menu items in ALL Menus         * 
*http://userstyles.org/styles/10714                *
 ***************************************************
*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

contex-menu, popup menu, popup menuitem
menuseparator
{
color: black !important;
font-weight: bold !important;
font-size: 12px !important;

}


menupopup menu, menupopup menuitem

menuseparator

{
color: black !important;
font-weight: bold !important;
font-size: 12px !important;

}
/*END*/