/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Transparent Menus (WOW)                           |
|    Description:  |  Transparency for all menus and popups             |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  July 15 2008                                      |
|   Last Updated:  |  November 24, 2008                                 |
|        Version:  |  1.0.0.2                                           |
|__________________|____________________________________________________|

*/





@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Transparent Menus (regular conditions): */
popup:not(#autoscroller), menupopup
{
  opacity:0.7 !important;
}

/* Custom (or remove) transparency when hovering over menu */
popup:not(#autoscroller):hover, menupopup:hover
{
  opacity: 0.92 !important;
}