/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.m0l0iover {
	color: #004891;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #97b0e6;
	background-repeat: no-repeat;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #84A3E1;
	vertical-align: middle;
	background-image: url(../images/corners.gif);
	background-position: right center;
}
.m0l0oover {
	text-decoration : none;
	background-color: #a7bff2;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #97b0e6;
	vertical-align: middle;
	background-image: url(../images/corners-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#e0_10o  {
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
.m0l1iover {
	text-decoration : none;
	padding: 2px;
	color: #FFFFFF;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	filter: alpha(opacity=85);
	background-color: #2C60AD;
}
.m0l1oover {
	text-decoration : none;
	background-color: #507AD3;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #333333;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 13px;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #99CCFF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #3399FF;
}
