
/* --- 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: verdana;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 1px;
	color: #074408;
}
.miover {
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 1px;
	color: #074408;
}

/* level 0 outer */
.moout {
	text-decoration : none;
	border : 1px solid #a7f4a8;
	background: #a7f4a8;
}
.moover {
	text-decoration : none;
	border : 1px solid #074408;
	background: ffffff;
}


/*
a:hover  { background-color: #0000aa; color: #ffffff }
*/
a { text-decoration:none }
