/* --- 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: Trebuchet MS, arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 7px 0 0 0px;
	color: #424242;
	text-align:center;
}
.m0l0iover {
	font-family: Trebuchet MS, arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 7px 0 0 0px;
	color: #FFFFFF;
	text-align:center;
}

/* level 0 outer */
a.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	border: 1px solid #FFFFFF;
	background-color: #A5CBAD;
	color: red;
}
a.m0l0oover {
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);*/
	background-color: #639A63;
	border: 1px solid #FFFFFF;
	color: red;
}

/* level 1 inner */
.m0l1iout {
	font-family: Trebuchet MS, arial;
	font-size: 12px;
	margin: 4px 0 0 3px;
	font-weight: bold;
	color: #3E3E3E;
}
.m0l1iover {
	font-family: Trebuchet MS, arial;
	font-size: 12px;
	margin: 4px 0 0 3px;
	font-weight: bold;
	color: #056610;
}

/* level 1 outer */
a.m0l1oout {
	text-decoration : none;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 0;
}
a.m0l1oover {
	text-decoration : none;
	background-color: #A1A1A1;	
	border: 1px solid #FFFFFF;
	padding: 0;
}

.extra{
	background-image: url(/oopwijk/files/tri.gif);
	background-repeat: no-repeat;
	background-position:  right;
}
