A.menu:link{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:hover{
	color: #F9D008;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:visited{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:active{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}


a.menu2{
	color: #6E5E10;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}
a.menu2:hover{
	color: #F9D008;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}