@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document 
url-prefix("http://www.google.com/reader/"),
url-prefix("https://www.google.com/reader/") {

	/*Google Reader - Make your own menu!"*/
	.lhn-section-minimized .lhn-section-secondary
	{display:block !important;}
	.lhn-section-minimized #overview-selector,          /*Home*/
	/*.lhn-section-minimized #reading-list-selector,      /*All items*/
	/*.lhn-section-minimized #star-selector,              /*Starred items*/
	.lhn-section-minimized #your-items-tree-container,  /*Your stuff*/
	.lhn-section-minimized #trends-selector,            /*Trends*/
	.lhn-section-minimized #directory-selector,         /*Browse for stuff*/
	#lhn-selectors.lhn-section-minimized + #lhn-friends /*Friends' shared items*/
	{display:none !important;}

}