/* --- 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: 10px Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	padding: 4px;	
	color: #e2e2e2;
}
.m0l0iover {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;	
	font-weight:bold;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-weight:bold;
	background: transparent;
}
.m0l0oover {
	text-decoration : none;
	font-weight:bold;
	background: #e2e2e2;
}

/* level 1 inner */
.m0l1iout {
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	padding: 4px;
	color: #000000;
	/*background-image:url("foto/brush.png");*/
}
.m0l1iover {
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	text-decoration : none;
	font-weight:bold;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	font-weight:bold;
	background: #e2e2e2;
}
.m0l1oover {
	text-decoration : none;
	font-weight:bold;
	background: #ffffff;
}


