/* --- 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: left;
	padding: 5px;
	padding-left: 15px;
	padding-top: 10px;
	background: #0194a8;
 	color: #ffffff;
}
.m0l0iover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; /* */
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	padding-top: 10px;
	background: #0194a8;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	background: #0194a8;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
/*
   border-top: none;
   border-left: none;
   border-right: none;
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse;
*/
 background-attachment: scroll;
 background-image: url(/img/oppas/menu/hor-line.gif);
 background-repeat: no-repeat;
 background-position: bottom right;

	height: 39px;
	vertical-align: middle;
}
.m0l0oover {
	text-decoration: underline; /* */
	background: #0194a8;
	text-align: left;
	text-decoration: none;
/*
   border-top: none;
   border-left: none;
   border-right: none;
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse;
*/
 background-attachment: scroll;
 background-image: url(/img/oppas/menu/hor-line.gif);
 background-repeat: no-repeat;
 background-position: bottom right;

	color: #ffffff;
	vertical-align: middle;
}

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

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

