/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */

.m0l0iout {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	color: #FFFFFF; /*white*/
/*	background : #8A9CC3;*/
	background : #8DBC8F;
	font-weight : bold;
}
	
.m0l0iover {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
/*	background : #5A5A96;*/
	background : #006400;
	font-weight : bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	background : #8A9CC3;*/
	background: #8DBC8F;
	text-align: center;
	border-right : 1px dotted #FFFFFF;

}
.m0l0oover {
	text-decoration : none;
/*	background : #5A5A96;*/
	background: #006400;
	text-align: center;
	border-right : 1px dotted #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	color: black;
	font-weight : normal;
/*	background : #EEEEFF;*/
	background : #F0FFF0;
}
.m0l1iover {
	font-family:  Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	color: #006400;
	font-weight : normal;
	background: #FFFFFF;
	background-color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
/*	border : 1px solid #666666;*/
	border : 1px solid #006400;
/*	background : #EEEEFF;*/
	background : #F0FFF0;
	text-align: left;

}
.m0l1oover {
	text-decoration : none;
/*	border : 1px solid #666666;*/
	border : 1px solid #006400;
/*	background : #EEEEFF;*/
	background : #F0FFF0;
	text-align: left;
}
