/* --- 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>
*/

.m0l0i {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration : none;
        margin-left:4px;
        padding: 2px;
        font-weight: normal;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
.m0l1i {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration : none;
        margin-left:4px;
	padding: 3px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
.m0l2i {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration : none;
        margin-left:4px;
	padding: 3px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
