/* --- 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>
*/

.m1l0i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.m1l0o {
	text-decoration : none;
}
.m1l1i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
}
.m1l1o {
	text-decoration : none;
}
.m1l2i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
}
.m1l2o {
	text-decoration : none;
}

.m2l0i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.m2l0o {
	text-decoration : none;
}
.m2l1i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
}
.m2l1o {
	text-decoration : none;
}
.m2l2i {
	font-family: MS Sans-Serif, Tahoma, Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
}
.m2l2o {
	text-decoration : none;
}
