/* --- 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 */
/* i= inside div - o=outside div (but within link area)*/
.m0l0iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
 	color: #666666;
	text-align: right;
	text-decoration: none;
	background-image: url(/img/alg/menu_off.gif);
   background-position: right;
	background-repeat: no-repeat;
}
.m0l0iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
	color: #000000;
	text-align: right;
	text-decoration: underline;
	background-image: url(/img/alg/menu_on.gif);
   background-position: right;
	background-repeat: no-repeat;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #ffffff;
	border-left: none;
/*	border : 1px solid #f1f1f1; */
/* border "none" heeft als neveneffect dat de tekst zichtbaar wordt doorheen de menuranden */
	background: #ffffff;
	text-align: right;
	text-decoration: none;
	color: red;
}
.m0l0oover {
	text-decoration : none;
	border: 1px solid #ffffff;
/*	border : 1px solid #f1f1f1;  */
	background: #ffffff;
	text-align: right;
	text-decoration: underline;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #01367c;
	text-align: left;
	text-decoration: none;
}
.m0l1iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #01367c;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #C9D410;
/*   border: none; */
	background: #E0F550; /* #e1ee1b; */
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
	text-align: left;
	text-decoration: none;
	padding: 0px;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #F0FF3E;
	background: #f2ff65;
	text-align: left;
}

/* level 2 inner */
.m0l2iout {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #01367c;
	text-align: left;
	text-decoration: none;
}
.m0l2iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #01367c;
	text-align: left;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #d1d1d1;
/*  border: none; */
/*	background: #e1ee1b; */
   background: #e3e3e3;
	filter: alpha(opacity=95);
	-moz-opacity: 95%;
	text-align: left;
	text-decoration: none;
	padding: 0px;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #e3e3e3;
   border: none;
/*	background: #f2ff65; */
   background: #f3f3f3;
	text-align: left;
	padding: 1px; /* lro */
}

