/* --- 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;	margin: 0;	border-left: 1px solid #ffffff;
}
.m0l1o {
	text-decoration: none;	margin: 0;	border-left: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px 0 0 10px; margin: 0; text-decoration: none; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; font-size: 11px; color:#FFFFFF; font-weight: bold;
}

.m0l1i {
	height:20px; padding: 2px 0 0 10px; margin: 0; border-top: 1px solid #ffffff; text-decoration: none; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; font-size: 11px; color:#FFFFFF; font-weight: bold; cursor: pointer;
}


