a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
} 

a.menu:hover {
	color:#ffffee;
	text-decoration:none;
}


