/* --- 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: 11px;
	text-decoration: none;
	margin: 3px 0 0 4px;
	color: #496D9F;
        text-align: left;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 3px 0 0 4px;
	color: #7491ba;
        text-align: left;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 0px solid #336699; border-bottom: 1px dotted #336699;
	background-color: white;
}
.m0l0oover {
	text-decoration : none;
	background-color: white;
	border: 0px solid #336699; border-bottom: 1px dotted #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 4px;
	color: #496D9F;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 4px;
	color: #7491ba;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: white;
	/*border: 1px solid #336699;*/border: 1px solid #7491ba;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	/*border: 1px solid #336699;*/border: 1px solid #7491ba;
	padding: 0;
}

/* level 2 inner */
.m0l2iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 4px;
	color: #496D9F;
}
.m0l2iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 4px;
	color: #7491ba;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background-color: #eeeeee;
	/*border: 1px solid #336699;*/border: 1px solid #7491ba;
	padding: 0;
}
.m0l2oover {
	text-decoration : none;
	background-color: #dddddd;
	background-repeat: no-repeat;
	/*border: 1px solid #336699;*/border: 1px solid #7491ba;
	padding: 0;
}

