/* --- menu styles --- Mozilla e.a.
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
/* i= inside div - o=outside div (but within link area)*/
.m0l0iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
 	color: #666666;
	text-align: right;
	text-decoration: none;
	background-image: url(/img/menu/menu_off.gif);
   background-position: right;
	background-repeat: no-repeat;
}
.m0l0iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
	color: #000000;
	text-align: right;
	text-decoration: underline;
	background-image: url(/img/menu/menu_on.gif);
   background-position: right;
	background-repeat: no-repeat;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #ffffff;
	text-align: right;
	text-decoration: none;
	color: red;
/* border : none; */
	border: 1px solid #F2F8E8;
	border-collapse: collapse;
}
.m0l0oover {
	text-decoration : none;
	background: #ffffff;
	text-align: right;
	text-decoration: underline;
/* border : none; */
	border: 1px solid #F2F8E8;
	border-collapse: collapse;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #01367c;
	text-align: left;
	text-decoration: none;
}
.m0l1iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #01367c;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #ffffff;
/*   border: none; */
	background: #E8F3D8; /* #e1ee1b; */
	filter: alpha(opacity=90);
	-moz-opacity: 85%;
	text-align: left;
	text-decoration: none;
	padding: 0px;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #ffffff;
	background: #E8F3D8;
	text-align: left;
}
