/* --- menu styles ---
note:
	the menu level 1 ist different in the homepage
*/
/* level 0 inner */
.m0l0iout, .m0l0iover  {
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	color: #000000;
	border: 5px solid #FFFFCC;
	border-right: none; border-bottom: none;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	color: #666633;
}
.m0l1iover {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 10px;
	text-decoration : none;
	padding-left: 10px;
	color: #000000;
}

