/*
________________________________________________________________________
|                  |                                                    |
|          Title:  |  Remove the View Main Toolbar Menu                 |
|    Description:  |  Removes the Third option from the main menu       |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  May 30, 2008                                      |
|   Last Updated:  |  May 30, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);





/* Remove the View menu*/
#view-menu 
{
  display: none !important; 
}