/* --- 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>
*/


.m0l0o {
	padding:0; font-family:Arial; font-weight:bold; text-align:center; text-decoration:none 
}

.m0l1o {
	padding:0; font-family:Arial; font-weight:bold; text-align:center; text-decoration:none
}

.m0l2o {
	padding:0; font-family:Arial; font-weight:bold; text-align:center; text-decoration:none
}

.m0l0i {
	border-style:ridge; border-width:3; font-size: 12px;
	font-family: Arial;
	padding: 0px;
	text-align:center; font-weight:bold; text-decoration:none
}

.m0l1i {
	border:1px outset #800000; font-size: 12px;
	font-family: Arial;
	text-align:left; font-weight:bold; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px; text-decoration:none 
}

.m0l2i {
	border:1px outset #800000; font-size: 12px;
	font-family: Arial;
	text-align:left; font-weight:bold; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px; text-decoration:none 
}
