/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/


/* Tekst van het basismenu zonder muis*/
.m0l0iout {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #001852;
	font-weight: bold
}

/* Tekst van het basismenu als de muis er over gaat*/

.m0l0iover {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFDEC6;
	font-weight: bold
}

/* Rand en achtergrond van het basismenu zonder muis */
.m0l0oout {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #FFDEC6;
	background-image: url(images/KnopjeAchter.gif)
}

/* Rand en achtergrond van het basismenu als de muis er over gaat */

.m0l0oover {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #001852;
}

/* Tekst van het eerste en tweede niveau uitklap zonder muis */
.m0l1iout {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #001852;
	font-weight: bold
}

/* Tekst van het eerste niveau uitklap als de muis er over gaat */

.m0l1iover {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #FFDEC6;
	font-weight: bold

}

/* Rand en achtergrond van het eerste niveau uitklap zonder muis */

.m0l1oout {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #FFDEC6;
	background-image: url(images/KnopjeAchter.gif)
}

/* Rand en achtergrond van het eerste niveau uitklap als de muis er over gaat */

.m0l1oover {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #001852;
}


/* Tekst van het tweede en derde niveau uitklap als de muis er over gaat */

.m0l2iover {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #FFDEC6;
	font-weight: bold
}

/* Rand en achtergrond van het tweede en derde niveau uitklap zonder muis */

.m0l2oout {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #FFDEC6;
	background-image: url(images/KnopjeAchter.gif)
}

/* Rand en achtergrond van het tweede niveau uitklap als de muis er over gaat */

.m0l2oover {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #001852;
}
