/* --- 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, helvetica, arial, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #ffffff;
	text-align: left;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
}
.m0l0iover {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;	
	padding: 4px;
	color: #ffffff;
	text-align: left;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
}

/* level 0 outer */
.m0l0oout {
	
}
.m0l0oover {
	
}

/* level 1 inner */
.m0l1iout {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
	padding: 4px;
	color: #ffffff;
	text-align: left;
}
.m0l1iover {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
	padding: 4px;
	color: #000000;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	border: 1px solid #000000;
	background: #939598;
}
.m0l1oover {
	border: 1px solid #000000;
	background: #e6e7e8;
}

/* level 2 inner */
.m0l2ioout {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
	padding: 4px;
	color: #ffffff;
	text-align: left;
}

.m0l2iover {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; /* Doesn't work because of site stylesheet, instead hack in menu.js */
	padding: 4px;
	color: #000000;
	text-align: left;
}

/* level 2 outer */
.m0l2oout {
	border: 1px solid #000000;
	background: #939598;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #e6e7e8;
}