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: #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;
}




.m2_active {
	position:relative;
	left: 1em;
	font-size: 0.95em;
	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: #990000;
	border-left-color: #990000;
}
.m2_passive {
	position:relative;
	left: 1em;
	font-size: 0.95em;
	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;
}
.m2_passive:hover {
	background-color: #DDE1FF;
	border-bottom-color: #990000;
	border-left-color: #990000;
}



.m3_active {
	font-size: 0.9em;
	position:relative;
	left: 2em;
	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: #990000;
	border-left-color: #990000;
}
.m3_passive {
	font-size: 0.9em;
	position:relative;
	left: 2em;
	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;
}
.m3_passive:hover {
	background-color: #DDE1FF;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
