/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Delicious - Transparent Navigation Menus           |
|    Description:  |  Delicious, even more awesome! trans[arent = Seethru|
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  November 7, 2008                                   |
|   Last Updated:  |  November 26, 2008                                  |
|        Version:  |  1.0.0.1                                            |
|__________________|_____________________________________________________|

*/


@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain(delicious.com) 
{

/* Normal Menu - When Clicked: */
#subnav-list-bookmarks,
#subnav-list-people,
#subnav-listitags,
#global-subnav-list-search,
#viewlistoptions,
#ipplistoptions
{
  opacity: .75 !important;
}


/* Hovered Menu - When Moused Over: */
#subnav-list-bookmarks:hover,
#subnav-list-people:hover,
#subnav-listitags:hover,
#global-subnav-list-search:hover
#viewlistoptions:hover,
#ipplistoptions:hover
{
  opacity: .92 !important;
}

}