.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.submenu a:link {
	text-decoration: none;
    color: #535353;
	border-bottom: none;
}
.submenu a:visited {
	text-decoration: none;
    color: #535353;
	border-bottom: none;
}
.submenu a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}
.submenu a:active {
	text-decoration: none;
	color: #700707;
	border-bottom: none;
}