/*
	@homepage http://userstyles.org/styles/2983
	@updateurl http://userstyles.org/styles/iecss/2983/Google%20Reader%20-%20autohide%20nav%20box.css
	@url-prefix http://www.google.com/reader/
	@url-prefix https://www.google.com/reader/
*/
#nav > table {visibility: hidden;}
#nav:hover > table {visibility: visible;}


#nav                                 
{
  background-color: transparent;                                               
  background-image: url(http://www.google.com/reader/ui/favicon.ico);   
  background-position: center center;                                   
  background-repeat: no-repeat;                                         
  -moz-border-radius: 3px;                                              
  margin-left:0px !important;                                           
  margin-right:0px !important;                                          
  width: 20px !important;                                               
  height:auto !important;                                               
}


#nav:hover                        
{
  background-color: transparent;
  background-image:none !important;
  margin-left:0px !important;                                           
  margin-right:7px !important;                                          
  width: 240px !important;                                              
  position:relative !important;                                         
  top:25px !important;
}


#chrome                              
{
  margin-left:0px !important;                                           
  width: 1660px !important;                                             
}

#nav:hover + #chrome              
{
  width: 1433px !important;                                             
}
