/*
 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:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#16234D;
	background: url(../images/lightarrow.gif) left center no-repeat;
	padding-left:15px;
}
.m0l0iover {
    font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#bcd1e6;
	background: url(../images/darkbluearrow.jpg) left center no-repeat;
	padding-left:15px;
}

/* level 1 inner */
.m0l1iout {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#16234D;
	background: url(../images/lightarrow.gif) left center no-repeat;
	padding-left:15px;
}
.m0l1iover {
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#bcd1e6;
	background: url(../images/darkbluearrow.jpg) left center no-repeat;
	padding-left:15px;
}