/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

a { text-decoration:none; }

/* level 0 tekst */
.m0l0iout {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #DEE4F2;
	text-align:right;
	margin-right:10px;
}
.m0l0iover {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #475A86;
	text-align:right;
	margin-right:10px;
}

/* level 0 achtergrond en rand */
.m0l0oout {
	text-decoration: none;
	border : 0px;
	background: #475A86;
}
.m0l0oover {
	text-decoration: none;
	border : 0px;
	background: #BCC6D4;
}

/* level 1 tekst */
.m0l1iout {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #DEE4F2;
	margin-left:10px;
}
.m0l1iover {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #475A86;
	margin-left:10px;
}

/* level 1 achtergrond en rand */
.m0l1oout {
	text-decoration: none;
	border: 0px;
	background: #475A86;
}
.m0l1oover {
	text-decoration: none;
	border: 0px;
	background: #BCC6D4;
}

/* level 2 text */
.m0l2iout {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #DEE4F2;
	margin-left:10px;
}
.m0l2iover {
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #475A86;
	margin-left:10px;
}

/* level 2 achtergrond en rand */
.m0l2oout {
	text-decoration: none;
	border: 0px;
	background: #475A86;
}
.m0l2oover {
	text-decoration: none;
	border: 0px;
	background: #BCC6D4;
}
