/* --- 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: Arial, Helvetica,Tahoma, Verdana, Geneva,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: left;
	background-image: url(http://neo.londonpubliclibrary.ca/template/Generic/side/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}
.m0l0iover {
	font-family: Arial, Helvetica,Tahoma, Verdana, Geneva,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
	color: #000000;
	text-align: left;
	background-image: url(http://neo.londonpubliclibrary.ca/template/Generic/side/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
}

/* level 0 outer */
.m0l0oout {
	background: #336633;
	text-decoration: none;
}
.m0l0oover {
	background: #BFE476;
	text-decoration: none;
}
.m0l0oover:hover {
	background: #BFE476;
	text-decoration: none;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial, Helvetica,Tahoma, Verdana, Geneva,  sans-serif;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
}
.m0l1iover {
	font: 12px Arial, Helvetica,Tahoma, Verdana, Geneva,  sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
}

/* level 1 outer */
.m0l1oout {
	border-left : 1px none #FFFFFF;
	border-right : 1px none #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px none #FFFFFF;
	background: #BFE476;
	text-decoration: none;
}
.m0l1oover {
	border-left : 1px none #FFFFFF;
	border-right : 1px none #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px none #FFFFFF;
	background: #336633;
	text-decoration: none;
}
.m0l1oover:hover {
	border-left : 1px none #FFFFFF;
	border-right : 1px none #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px none #FFFFFF;
	background: #336633;
	text-decoration: none;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Arial, Helvetica,Tahoma, Verdana, Geneva,  sans-serif;
	padding: 4px;
	color: #000000;
	text-decoration: none;
}

/* level 2 outer */
.m0l2oout {
	border : 1px solid #FFFFFF;
	background: #BFE476;
	text-decoration: none;
}
.m0l2oover {
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
