/* --- 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: bold 11px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

.m0l1i {
	font: bold 11px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

.m0l0o {
	text-decoration : none;
	border: 1px solid #6B1601;
	background: #6B1601;
}

.m0l1o {
	text-decoration : none;
	border: 1px solid #6B1601;
	background: #8F1E01;
}