/* Versie voor MOZILLA etc */
/* --- 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: 3px;
	padding-right: 18px;
	background: #4682b4;
 	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background-image: url(/img/alg/menu_top.gif);
   background-position: right;
	background-repeat: no-repeat;
}
.m0l0iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	padding-right: 18px;
	background: #4682b4;
	color: #ffffff;
	text-align: left;
	background-image: url(/img/alg/menu_top.gif);
   background-position: right;
	background-repeat: no-repeat;
}

/* level 0 outer */
.m0l0oout {
	border: 1px solid #4682b4;
	background: #4682b4;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.m0l0oover {
	border: 1px solid #4682b4;
	background: #4682b4;
	text-align: right;
	text-decoration : none;
}

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

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #4682b4;
	background: #4682b4;
	color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
	text-align: left;
	text-decoration: none;
	padding: 0px;
}
.m0l1oover {
	border : 1px solid #4682b4;
	background: #ffffff;
	color: #4682b4;
	text-decoration : none;
	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 */
}
