td.menu {
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
a.menu {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	font-size: 12px;
	color: #FFEA00;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-size: 12px;
	color: #FFEA00;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
