A.menu1:link, A.menu1:visited, A.menu1:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

A.menu1:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

A.menu2:link, A.menu2:visited, A.menu2:active {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
A.menu2:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
A.menu3:link, A.menu3:visited, A.menu3:active {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
A.menu3:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
A.menu4:link, A.menu4:visited, A.menu4:active {
	color: Black;
	text-decoration: none;
	font-weight: normal;
}
A.menu4:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
A.menu5:link, A.menu5:visited, A.menu5:active {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
}
A.menu5:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}