
a.m-l1-false {
/*	background:				transparent url("bgml1false.gif") repeat-x scroll 0px 0px;
*/
	background-color:       #9b0000;
	border-bottom:          dotted 0px #ffffff;
	color:					#f7f4e5;
	display:				block;
	font-size:				11px;
	font-weight:            normal;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			10px;
}

a.m-l1-true {
/*	background:				transparent url("bgml1true.gif") no-repeat scroll 0px 0px;
*/
	background-color:       #9b0000;
	border-bottom:          dotted 0px #ffffff;
	color:					#f7f4e5;
	display:				block;
	font-size:				10px;
    font-weight:            bold;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			10px;
}

a.m-l1-false:hover 
{
    background-color:       #9b0000;
    text-decoration:		underline;
    font-weight:            normal;
}
a.m-l1-true:hover 
{
    background-color:       #9b0000;
    text-decoration:		underline;
    font-weight:            bold;

}

a.m-l2-false:hover {
	background-color:       #9b0000;
	color:					#f7f4e5;
	text-decoration:        Underline;
    font-weight:            normal;
}
a.m-l2-true:hover {
	color:					#000000;
	font-weight:            bold;
}

a.m-l2-false {
	background-color:       #9b0000;
	color:					#f7f4e5;
	display:				block;
	font-size:				10px;
	font-weight:            normal;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
}

a.m-l2-true {
	background-color:       #9b0000;
	color:					#f7f4e5;
	display:				block;
	font-size:				10px;
	font-weight:            bold;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
	
}


