/* --- 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>
*/

/* level 0 inner */
.miout_cri {
	font:  10px Tahoma, Verdana, sans-serif;
	font-weight : bold ;
	text-decoration : bold;
	padding: 4px;
	color: #40516D;
	background: #F5F5F5;
	border : 1px solid #40516D;
}
.miover_cri {
	font:  10px Tahoma, Verdana, sans-serif;
	font-weight : bold ;
	text-decoration: underline;
	padding: 4px;
	color: #40516D;
	background: #F5F5F5;
	border : 1px solid #40516D;
}
/* level 0 outer */
.moout_cri {
	text-decoration : none;

	background: #F5F5F5;
}
.moover_cri {
    font:  10px Tahoma, Verdana, sans-serif;
	text-decoration : none;

	background: #F5F5F5;
}

/* level 1 inner */
.m1iout_cri {
	font:  10px Tahoma, Verdana, sans-serif;
	font-weight : bold ;
	text-decoration : bold;
	padding: 4px;
	color: #40516D;
	background: #F5F5F5;
	border : 1px solid #40516D;
}
.m1iover_cri {
	font:  10px Tahoma, Verdana, sans-serif;
	font-weight : bold ;
	text-decoration: underline;
	padding: 4px;
	color: #40516D;
	background: #F5F5F5;
	border : 1px solid #40516D;
}
/* level 1 outer */
.m1oout_cri {
	text-decoration : none;

	background: #F5F5F5;
	filter: alpha(opacity=90);
}
.m1oover_cri {
    font:  10px Tahoma, Verdana, sans-serif;
	text-decoration : none;

	background: #F5F5F5;
}





