/* --- 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 {
	text-decoration: none;
	font-weight:bold;
	margin: 0px;
	
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	
}

.m0l0i {

	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	text-align:center;
	padding:6px 0;
	
}

.m0l1i {
	padding:6px 0 4px 8px;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	border-bottom:1px solid #040fd9; /*was #000000;*/
}


