/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
        font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
.m0l0iover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
        font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	padding: 4px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: bold;
	color: #BBBBBB;
	padding: 4px;
}
.m0l1iover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: bold;
	color: #BBBBBB;
	padding: 4px;
}

.m1l1iout {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}
.m1l1iover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: bold;
	color: #FFCC00;
	padding: 4px;
}

