/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
	top right bottom left
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 8px 0px 2px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 8px 4px 2px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-align: left;
	text-decoration : none;
	border-top: 1px solid #10695a;
	border-right: 1px solid #10695a;
	border-bottom: 1px solid #10bb68;
	border-left: 1px solid #10695a;
/*	background-image: url(buttonBack.jpg);*/
}
.m0l0oover {
	text-align: right;
	text-decoration : none;
	border-top: 2px solid #10695a;
	border-right: 1px solid #10695a;
	border-bottom: 1px solid #10bb68;
	border-left: 2px solid #10695a;
/*	background-image: url(buttonBack.jpg);*/
}

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

/* level 1 outer */
.m0l1oout {
	text-align: left;
	text-decoration : none;
	border: 1px solid #6b719c;
	background-image: url(buttonBack.jpg);
}
.m0l1oover {
	text-align: right;
	text-decoration : none;
	border-top: 2px solid #10bb68;
	border-right: 1px solid #10bb68;
	border-bottom: 1px solid #6b719c;
	border-left: 2px solid #10bb68;
	background-image: url(buttonBack.jpg);
}