/*
 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, Tahoma, Arial;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin: 2px 1px 1px 2px;/**/
	color: #122878;
	text-align: center;
}
.m0l0iover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: 500;
	/*text-decoration: underline;*/
	margin: 2px 1px 1px 2px;/**/
/*	margin: 5px 0 0 8px;*/
	color: #F3CA35;
	text-align: center;
}
/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border: 1px solid #336699;*/
	background-color: #ffffff;
}
.m0l0oover {
	text-decoration : none;
	background-color: #122878;
	border: 1px solid #336699;
}
/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #122878;
}
.m0l1iover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #F3CA35;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #122878;
	background-image: url(/images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #ebebeb;
	padding: 0;
}