/* --- 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: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #000000; text-align:center; padding-top:4px; padding-bottom:4px; background-color:#99CCFF
}
.m0l0iover {
	color: #FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma; text-align:center; padding-top:4px; padding-bottom:4px
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #003366;
	background: #99CCFF;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #003366;
	background: #3366CC;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #000000; font-variant:normal; font-size:12px; font-family:Tahoma
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #003366;
	background: #3366CC;
	filter: alpha(opacity=90); text-align:right
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #003366;
	background: #99CCFF; text-align:right
}


/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #003366;
	filter: alpha(opacity=90);background: #3366CC;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #003366;
	background: #99CCFF;
}