#menu { 
float:center; 
clear:right; 
position:static; 

margin-top:20px;
	
}
.menu { 
text-align:center; 
font-size: 30px; 
width:200px;
-webkit-transition: text-shadow 1s; /* Firefox */
transition: text-shadow 1s
}
.menu:hover{
text-shadow: 4px 2px black;
}
a { 
color:white; 
text-decoration: none;
	
}