/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
/* all states all levels */

.minner {
	color:#646464;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
}
/* all level, all states, outer */
.mouter {
	color:#ec5d4a;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	
}

/*///////////////////////////////////////*/
.minner_sub {
	color:#fff;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	background:#8f8f8f;
	padding-left:10px
}
/* all level, all states, outer */
.moout_sub {
	color:#fff;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	border: 1px solid #e0e0e0;
}
.moover_sub {
	color:#646464;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	border: 1px solid #e0e0e0;
}
.modown_sub {
	color:#646464;
	font-size:13px;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	border: 1px solid #e0e0e0;
}

.mmmm {
	font-size:12px;
}