
/* level 0 inner */
.m0l0iout, .m0l0iover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #015738;
	margin: 10px 0 0 0;
	border-left: 1px solid #015738;
	border-right:1px solid #015738;
}

/* level 0 outer */
.m0l0oout {
	background-image: url(../img/menu/yellow.gif);
	text-decoration: none;
}

.m0l0oover {
	background-image: url(../img/menu/selected.gif);
	text-decoration: none;
}

/* level 1 inner */
.m0l1iout, .m0l1iover  {
  text-decoration: none;
  font-weight: bold;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration : none;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #015738;
}

/* level 1 outer */
.m0l1oout {
 	background-image: url(../img/menu/green.gif);
	text-decoration: none;
}

.m0l1oover {
  background-image: url(../img/menu/selected.gif);
	text-decoration: none;
}

