/*
*******************************************************
* --- Created Feb 2 2009 --- By Barbie Foster         *
*   http://userstyles.org/users/13023                 *
* TITLE: Menus - Compress Menuitems For Less Height 1 * 
*  http://userstyles.org/styles/14419                 *
*******************************************************
*/

/*UPDATE:JAN 29 2010: Fixed hover of menuitems. Statusbarpanel menus are not affected.*/
/*UPDATE: OCT 28 2011: Re-inserted*/
/*UPDATE: JUNE 25 2012: not conflict with another style*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*  Compress menuitems to MAKE MENUS LESS HEIGHT for File,View,History,Bookmarks,Tools,Help,Tabs context, Rightclick Maincontextmenu, Toolbar Bookmark Folders menuitems */


menupopup menu, menupopup menuitem, popup menuitem 
{ -moz-appearance: none !important; }

/**************************************************/


 menuseparator
{visibility: collapse;}

#gm-status-popup menuseparator,
statusbarpanel popup menuseparator,
statusbarpanel menupopup menuseparator
{visibility: visible !important;}

/**************************************************/

/*  CHANGE HIGHLIGHT COLOR ON HOVER OF MENUITEMS - try #BDD0E0  */
/*BELOW IS SIMILAR TO DEFAULT HOVER COLOR (I tried adding borders around the hightlight but that added more height in the menus, so I have not added those borders)*/

[_moz-menuactive="true"]
{ color: black !important;
background: rgba(220, 236, 243,1.0)!important; 
}

/****************************************************/

/*#personal-bookmarks */.bookmark-item
{
margin-top: -2px !important;
margin-bottom: -2px !important;
}

/*END*/