/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Remove the Bookmarks Main Toolbar Menu            |
|    Description:  |  Removes the Fifth option from the main menu       |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  May 30, 2008                                      |
|   Last Updated:  |  June 16, 2008                                     |
|        Version:  |  1.0.0.1                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);





/* Remove the Bookmarks menu*/
#bookmarks-menu,#bookmark-menu,#tags-menu,#tag-menu,#library-menu,#star-menu
{
  display: none !important; 
}



/* Firefox 3 Support Added: */
#bookmarksMenu
{
  display: none !important; 
}