/* --- 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: "Poppins", sans-serif;
	font-size: 0.9em;;
        color: #FFFFFF;
	text-decoration: none;
        text-align: center; 
	padding: 6px 0;
        background: #fff url(/images/barbg.png) no-repeat;
}
.m0l0iover {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	color: #478E16;
	text-decoration: none;
        text-align: center; 
        font-weight: bold;
	padding: 7px 0;
        background: #fff url(/images/barcurrent.png) no-repeat;
}

/* level 0 outer */
.m0l0oout {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
        color: #FFFFFF;
	text-decoration: none;
        text-align: center; 
	padding: 6px 0;
}
.m0l0oover {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	color: #478E16;
	text-decoration: none;
        text-align: center; 
        font-weight: bold;
	padding: 6px 0;
}

/* level 1 inner */
.m0l1iout {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	text-decoration: none;
        text-align: left; 
	padding: 6px;
	color: #000000;
}
.m0l1iover {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	font: bold 14px "Poppins", sans-serif;
	text-decoration : none;
        text-align: left; 
        font-weight: bold;
	padding: 6px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	text-decoration : none;
        text-align: left; 
	border : 1px solid #808080;
	background: #f0f0f0;
}
.m0l1oover {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;;
	text-decoration : none;
        text-align: left; 
	border : 1px solid #FFFFFF;
	background: #478E16;
        font-weight: bold;
}
