/*
 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 10px;
	color: #878a89;	
	background:none;

}
.m0l0iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;

	text-decoration: none;
	padding: 10px;
	color: #1a3a94;
	background:none;
}

.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	color:#1a3a94;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: none;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 10px;
	color: #000000;
}
.m0l1iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 10px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #d7d7d7;
	color:1a3a94;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #1a3a94;
	color:#FFFFFF;
}

