/* --- 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 */
.m0l0iout {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #777;
	line-height: 27px;
}
.m0l0iover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #4673ac;
	line-height: 27px;
}

/* level 0 outer */
.m0l0oout {
	border : none;
	background: none;
}
.m0l0oover {
	border : none;
	background: none;
}

/* level 1 inner */
.m0l1iout {
	font-face: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #222;
}
.m0l1iover {
	font-face: Arial;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #222;
}

/* level 1 outer */
.m0l1oout {
	background: #e5e3e8;
	border: 1px solid #D3D2D6;
}

.m0l1oover {
	background: #6188b8;
	border: 1px solid #D3D2D6;
}

/* level 2 inner */
.m0l2iout {
	font-face: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #222;
}
.m0l2iover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #222;
}

/* level 2 outer */
.m0l2oout {
	background: #e5e3e8;
	border: 1px solid #D3D2D6;
}

.m0l2oover {
	background: #6188b8;
	border: 1px solid #D3D2D6;
}

