.menu_mh2 A {
	color: yellow;
}
.menu_mh2 A:hover {
	color: white;
}

A.suba {
	color: black;
}

A.suba:hover {
	color: red;
}