@namespace url(http://www.w3.org/1999/xhtml);

/*
Please uncomment the rules you need according to the explanations.
You may comment a line if you wan't to see an item back in the menu.
Be default, only one line is discarded (the third one).
*/

@-moz-document domain("mail.google.com") {

/* Uncomment line below for discarding the "Inbox" item */
/* .ybaOyc > div > div:first-child { display: none !important } */

/* Uncomment line below for discarding the "Starred" item */
/* .ybaOyc > div > div:first-child + div { display: none !important } */

/* Uncomment line below for discarding the "Chats" item */
.ybaOyc > div > div:first-child + div +div { display: none !important}

/* Uncomment line below for discarding the "Sent Mail" item */
/* .ybaOyc > div > div:first-child + div + div + div { display: none !important } */

/* Uncomment line below for discarding the "Drafts" item */
/* .ybaOyc > div > div:first-child + div + div + div +div { display: none !important } */

/* Uncomment line below for discarding the "All Mail" item */
/* .ybaOyc > div > div:first-child + div + div + div +div + div { display: none !important } */

/* Uncomment line below for discarding the "Spam" item */
/* .ybaOyc > div > div:first-child + div + div + div +div + div + div { display: none !important } */

/* Uncomment line below for discarding the "Trash" item */
/* .ybaOyc > div > div:first-child + div + div + div +div + div + div +div { display: none !important } */

}