/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color: #3e3ea7;
	line-height:24px;
	border-right:1px solid #7692B6;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color:#cb5cf2;
	line-height:24px;
	background-color:#CECEEA;
	/*background:#CECEEA url("/images/down.png") 3px 50% no-repeat;*/
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: transparent;
	line-height:24px;
	font-weight:bold;
	border-left:1px solid #AEBED7;
}
.m0l0oover {
	text-decoration : none;
	background-color: #b8b8e6;
	border:1px outset #7692b6;
	padding-right:1px;	
	line-height:24px;
	font-weight:bold;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	color: #3e3ea7;
	background-color: #b8b8e6;
	text-align:center;
	line-height:24px;
	font-weight:bold;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	color:#cb5cf2;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	background:#CECEEA url("/images/right.png") 3px 50% no-repeat;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	text-align:center;
	background-color: #b8b8e6;
	border:1px outset #7692b6;
	padding: 0;
	line-height:24px;
	font-weight:bold;
}
.m0l1oover {
	text-decoration : none;
	text-align:center;
	background-color:#b8b8e6;
	border: 1px solid #336699;
	padding: 0;
	line-height:24px;
	font-weight:bold;

}