a.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #38348B;
}
a.links {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #376B9A;
	text-decoration: none;
}
a.links:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
