/* --- 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: Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
	font-size: 14px;
	text-decoration: none;
	margin: 4px 4px 0 4px;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
.m0l0iover {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
	font-size: 14px;
	/*text-decoration: underline;*/
	margin: 4px 4px 0 4px;
 	color:#003366;
	text-align:center;
	font-weight:bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	border-right: 1px solid #FFFFFF;
	/*border-left: 1px solid #FFFFFF;*/
	background-color: #003366;
	text-align:left;
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);*/
	background-color: #FFFFFF; /*2C5F93*/
	border-right: 1px solid #cccccc; /*336699*/
	/*border-left: 1px solid #cccccc;*/
	border-top:1px solid #cccccc;
	/*border-bottom:1px solid #cccccc;*/
	text-align:left;
}

/* level 1 inner */
.m0l1iout {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
	font-size: 14px;
	margin: 4px 0 0 4px;
	color: #003366;
	text-align:left;
}
.m0l1iover {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
	font-size: 14px;
	margin: 4px 0 0 4px;
	color: #FFFFFF;
	text-align:left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 0;
	text-align:left;
}
.m0l1oover {
	text-decoration : none;
	background-color: #003366;
	/*background-image: url(../img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 0;
	text-align:left;
}
