/*
________________________________________________________________________
|                  |                                                    |
|          Title:  |  Custom Main Menu & Toolbars Text Color            |
|    Description:  |  Customize the color of main toolbar and boldness  |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  May 30, 2008                                      |
|   Last Updated:  |  June 12, 2008                                     |
|        Version:  |  1.0.0.1                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);





/* Custom Main Menu / Toolbars Color: */

menubar > menu, menupopup > menu, popup > menu, menuitem, toolbarbutton 
{ 
  color: #FFFFFF !important; 
  /*   font-weight: bold !important;    */
}