/* --- 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>
*/

/* Top level inner */
.minner {
	margin-left: 4px;
	text-decoration : none;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.moout {
	text-decoration : none;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.moover {
	text-decoration : none;
	background: #ddd4bf;
	border: 1px solid #666666;
}


/* Second level inner */
.minner2 {
	margin-left: 10px;
	text-decoration : none;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-bottom: 1px;
}
.moout2 {
	text-decoration : none;
	background: #ffffff;
	border: 1px solid #ddd4bf;
}
.moover2 {
	text-decoration : none;
	background: #ddd4bf;
	border: 1px solid #666666;
}


/* Third level inner */
.minner3 {
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	text-decoration : none;
	color: #666;
	margin-bottom: 1px;
}
.moout3 {
	text-decoration : none;
	background: #f5dcb8;
	border: 1px solid #ddd4bf;
}
.moover3 {
	text-decoration : none;
	background: #ddd4bf;
	border: 1px solid #666666;
}