/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner_out, a.minner_out, a.div.minner_out, div.minner_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	color: #3F6594;
}

.minner_over, a.minner_over, a.div.minner_over, div.minner_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	color: #3F6594;
}

/* all levels outer */

.mouter_out, a.mouter_out, a.div.mouter_out, div.mouter_out {
	text-decoration: none;
	border : 0px solid #3F6594;
	background-color: #F2EFDB;
}
.mouter_over, a.mouter_over, a.div.mouter_over, div.mouter_over {
	text-decoration: none;
	border : 0px solid #3F6594;
	background-color: #E3DBCA;
}
