/* --- 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;
	text-align: right;
	padding: 5px;
	padding-right: 15px;
 	color: #2E2869;
/*	height: 39px; */
}
.m0l0iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 5px;
	padding-right: 15px;
	background: #2E2869;
	color: #ffffff;
	text-align: right;
	text-decoration: none; /*underline; */
}
/* level 0 outer */
.m0l0oout {
	background: #ffffff;
	text-align: right;
	text-decoration: none;
	color: red;
   border : none;
/*	border-collapse: collapse; */
	vertical-align: middle;
	background-image: url(/img/menu/menu_off.gif);
   background-position: right top;
	background-repeat: no-repeat;
}
.m0l0oover {
	background: #2E2869;
	text-align: right;
	text-decoration: none; /*underline; */
	color: red;
   border : none;
/*	border-collapse: collapse; */
	vertical-align: middle;
	background-image: url(/img/menu/menu_on.gif);
   background-position: right top;
	background-repeat: no-repeat;
}


