a.m_passive {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover.m_passive {
	color: #333333;
	text-decoration: none;
}
a:visited.m_passive {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.m1_active {
	padding: 0.1em;
	font-weight: bold;
	text-indent: 0.1em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #981013;
	border-left-color: #981013;
}
.m1_passive {
	padding: 0.1em;
	text-indent: 0.1em;
	cursor: pointer;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDE1FF;
	border-left-color: #DDE1FF;
}
.m1_passive:hover {
	background-color: #DDE1FF;
	border-bottom-color: #990000;
	border-left-color: #990000;
}


