.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0646A0;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
}
.menu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0646A0;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
}
.menu:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0646A0;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
}
.menu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0646A0;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
}
.menu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #0646A0;
	text-decoration: none;
}



.submenu{ 			
	font-family: "Times New Roman", Times, serif;

	font-size: 10px; text-decoration:none; font-weight: bold; color: #475F8F; text-transform: lowercase; 	}
.submenu:link { 		font-family: "Times New Roman", Times, serif;
 font-size: 10px; text-decoration:none; font-weight: bold; color: #475F8F; text-transform: lowercase; 	}
.submenu:active { 		font-family: "Times New Roman", Times, serif;
 font-size: 10px; text-decoration:none; font-weight: bold; color: #475F8F; text-transform: lowercase;   }
.submenu:visited{ 		font-family: "Times New Roman", Times, serif;
font-size: 10px; text-decoration:none; font-weight: bold; color: #475F8F; text-transform: lowercase;  }
.submenu:hover{ 		font-family: "Times New Roman", Times, serif;
 font-size: 10px; text-decoration:none; font-weight: bold; color: #FFFFFF; background-color: #475f8f; text-transform: lowercase; }
