A.wmenu {
	font-size : 11px;
	color : green;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}
A.wmenu:Hover {
	font-size : 11px;
	color : #80C080;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}
A.wmenu:Active {
	font-size : 11px;
	color : white;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}
A.wmenu:Visited {
	font-size : 11px;
	color : #D2691E;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}