a.sidenav:link
	{
	text-decoration	:	none;
	color		:	#FFFFFF;
	background	:	transparent;
	}
a.sidenav:visited 
	{
   	text-decoration	:	none; 
   	color		:	#FFFFFF; 
  	background	:	transparent; 
	}		
a.sidenav:hover 
	{
	text-decoration:underline;
	color:#FFD629;
	}
