
/* --- 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 */
.miout {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EFF8E1;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	padding: 2px;
	color: #9c9b50;
}
.miover {
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#EFF8E1;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #313914;
}

/* level 0 outer */
.moout {
	text-decoration : none;
	
}
.moover {
	text-decoration : none;
	font-weight: bold;
	color: #313914;
}

/* level 1 inner */
.m1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color:#EFF8E1;
	padding: 2px;
	color: #9c9b50;
}
.m1iover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color:#EFF8E1;
	font-weight: bold;
	padding: 2px;
	color: #000000;
}

/* level 1 outer */
.m1oout {
	text-decoration : none;
	border : 1px solid #ddddff;
	background: #ffffff;
}
.m1oover {
	text-decoration : none;
	border : 1px solid #ccccff;
	background: #ddddff;
}

/* level  inner */
.m2iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #888888;
}
.m2iover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #000000;
}

/* level 2 outer */
.m2oout {
	text-decoration : none;
	border : 1px solid #ddddff;
	background: #ffffff;
}
.m2oover {
	text-decoration : none;
	border : 1px solid #ccccff;
	background: #ddddff;
}


/*
a:hover  { background-color: #0000aa; color: #ffffff }
*/
a { text-decoration:none }

