/* --- 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 {
	border: 1px solid #A25E2A;
	text-decoration: none;
	z-index:99;
	position:absolute;
}

.m0l1o {
	border: 1px solid #f0f0f0;
	text-decoration: none;
	z-index:99;
	position:absolute;
}

.m0l0i {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	padding: 0px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
}

.m0l1i {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	font-weight: 800;
	padding: 1px;
	text-decoration: none;
	vertical-align:top;
	text-align:left;
}

