/* --- 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, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	padding: 3px 6px 0px 6px;	
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #2E2836;
	border-width : 0 1px 1px 0px;
	border-style : solid;
}
.m0l1i {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	padding:  2 0px 2 8px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #2E2836;
}
.m0l2i {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 0px solid #2E2836;
}
