/* --- 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, tahoma;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.m0l0iover {
	font-family: arial, tahoma;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	filter: Alpha(Opacity=80);
	font-size: 11px;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #0060a9 url(../images/darkmapleft.gif);
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font-family: arial, tahoma;
	text-decoration: none;
	border : 1px solid #000000;
	padding: 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	background: #0060a9 url(../images/darkmapleft.gif);
}
.m0l1iover {
	font-family: arial, tahoma;
	text-decoration: none;
	border : 1px solid #000000;
	padding: 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	background: #5AA7E5;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;;
	background: #0060a9;
}
.m0l1oover {
	font-family: arial, tahoma;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background: #5AA7E5;
}

/* level 2 inner */
.m0l2iover {
	font-family: arial, tahoma;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	border : 1px solid #000000;
	background: #5AA7E5;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	color: #FFFFFF;
	background: #0060a9;
}
.m0l2oover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background: #5AA7E5;
	color: #FFFFFF;
}
