a.m_passive {
	text-decoration: none;
	font-weight: bold;
}
a:hover.m_passive {
	text-decoration: none;
}

.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: #7D2B39;
	border-left-color: #7D2B39;
}
.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;
}

