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