
a.m-l1-false {
/*	background:				transparent url("bgml1false.gif") repeat-x scroll 0px 0px;
*/
	background:			#cceaff;
	color:					#001320;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	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:			#054363;
	color:					#ffffff;
	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:	#054363;
	color:white;
}
a.m-l1-true:hover {
	background-color:	#054363;
	color: #fe980c;
}

a.m-l2-false:hover {
	color:	black;
	font-weight:bold;
}
a.m-l2-true:hover {
	color:	black; 
}

a.m-l2-false {
	background-color:		#ecf7ff;
	color:					Black;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
	border-bottom:  none 1px #A0B0E0; border-top:  none 1px #A0B0E0; border-left:  none 1px #A0B0E0; border-right:  none 1px #A0B0E0;
}

a.m-l2-true {
	background-color:		#82ccff;
	color:					Black;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
	border-bottom:  none 1px #A0B0E0; border-top:  none 1px #A0B0E0; border-left:  none 1px #A0B0E0; border-right:  none 1px #A0B0E0;
}


