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