/*Menù*/
#navigation	{	height: 500px; width: 200px;
					float: left; 
					list-style: none;
					margin: 0; 
					padding: 0;  
					border-right: 1px solid white;
					background: #ffffff;}
			
#navigation li{font: 77.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
					margin: 0;	
					padding: 0;}

#navigation a {background: #ffffff;
					border-bottom: 1px dotted #ffffff; 
					color: black;
					display: block;
					margin: 0;
					padding: 8px 12px;
					text-decoration: none;}
					
#navigation a:hover {
					background: #fffff; 
					color: #35643a; 
					padding-bottom: 8px;
					text-shadow: 0px 3px 10px #555; }
					
#navigation a#activelink{
					background: #ffffff; 
					color:#35643a  ;
					text-shadow: 0px 10px 6px #ae8e13; }