/* --- 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>
*/

/*======= TIER 1 - MAIN MENU ITEMS ======*/
.m0l0i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	text-align: center;
	padding: 4px;
	
}
.m0l0o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	border: 1px solid #FFFFFF;
}

/*======= TIER 2 MENU ITEMS ======*/
.m0l1i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	padding: 0px;
	border: 1px none #000000;
	
}
.m0l1o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	padding: 4px;
	border: 1px solid #000000;

}

/*======= TIER 3 MENU ITEMS ======*/
.m0l2i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 0px;
	border: 1px none #000000;

}
.m0l2o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	border: 1px solid #000000;

}