A:HOVER {color : #00BFFF; text-decoration : underline;}


A.menu:LINK {
	text-decoration: underline;
	color: White;
}

A.menu:VISITED {
	text-decoration: underline;
	color: White;
}

A.menu:ACTIVE {
	text-decoration: underline;
	color: #00BFFF;
}

A.menu:HOVER {
	color: #00BFFF;
	text-decoration : underline;
}


