.m {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #cccccc;
}

.m a {
	color : #cccccc;
	text-decoration: none;
	background-image:url(i/m.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 12px;
	display: block;
    width: 100%;
    text-decoration: none;
}

.m :link {
	color : #cccccc;
	text-decoration: none;
}
.m :visited {
	color : #cccccc;
	text-decoration: none;
}
.m :active {
	color : #cccccc;
	text-decoration: none;
}
.m :hover {
	color : #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	background-image:url(i/mh.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: underline;
}

.mh {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #fff;
	text-decoration: none;
	padding-left: 12px;
	background-image:url(i/mh.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.mh :link {
	color : #99A697;
	text-decoration: none;
}
.mh :visited {
	color : #99A697;
	text-decoration: none;
}
.mh :active {
	color : #99A697;
	text-decoration: none;
}
.mh :hover {
	color : #FFFFFF;
	text-decoration: underline;
}