.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B4B5F;
	text-decoration: none;
}
.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.subnavlink {
	font-weight: bold;
	color: #3B4B5F;
	text-decoration: none;
}
.subnavlink:hover {
	font-weight: bold;
	color: #3B4B5F;
	text-decoration: underline;
}