/* --- 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,.m0l1o,.m0l0i,.m0l0i {
	text-align:left;
	text-decoration: none;
	background:#006699;
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #ffffff;
	z-index:1;
}

.m0l0o,.m0l1o {
margin: 0px;

}

.m0l0i,.m0l1i {
padding: 2px;
}


.m0l1i,.m0l1o {
padding-left: 3px;
}

.m0l0o {
font-weight: bold;
border: 1px solid black;
}

.m0l0i {
font-weight: bold;
border: 0px solid black;
}


