.menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.menu2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	padding-left: 10px;
	text-indent: 0px;
	display: block;
}
.menu a:hover, .menu2 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.submenu, .submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}

