/* --- 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 {
	text-align:  center ;
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #004400;
	margin-right :10;

}
.m0l0iover {
	text-align:  center ;
	font-family: Tahoma, sans-serif,  Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #004400;
	margin-right :10;
}

/* level 0 outer */
.m0l0oout {
	text-align:  center  ;
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	background-color: #5BD380;
	border: 1px solid #00AA00;
}
.m0l0oover {
	text-align:  center  ;
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #5BD380;
	border: 1px solid #00AA00;
}

/* level 1 inner */
.m0l1iout {
	text-align:  right ;
	font-family: Tahoma ;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #004400;
	margin-right :17;
}
.m0l1iover {
	text-align:  right ;
	font-family:  Tahoma ;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #004400;
	margin-right :17;
}

/* level 1 outer */
.m0l1oout {
	text-align:  right ;
	text-decoration : none;
	background-color: #5BD380;
	border: 1px solid #00AA00;
	padding: 0;
	filter: alpha(opacity=90);

	

}
.m0l1oover {
	text-align:  right ;
	text-decoration : none;
	background-color: #5BC280;
	border: 1px solid #00AA00;
	background-image: url(img/lev2_arrow.gif);
	background-repeat: no-repeat;
	background-position: 145 px 20 px
	padding: 0;
	

}