A.menu:Link {
	Color: white;
	text-decoration: underline;
}
A.menu:visited {
	COLOR: white;
	text-decoration : underline;
}
A.menu:active {
	COLOR: white;
	text-decoration : none;
}
A.menu:hover {
	COLOR: white;
	text-decoration : none;
}

