/*
 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	text-decoration: none;
	margin: 5px 0 0 8px;
	margin: 0px;
	padding: 0px;
	background-color: #AB0334;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	border: 1px solid #336699;
	border: 0px;
	background-color: #2C5F93;
	background-color: #aaa;
	margin: 0px;
	padding: 0px;
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);*/
	background-color: #2C5F93;
	background-color: #AB0334;
	border: 1px solid #336699;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	margin: 0px;
	color: #FFFFFF;
	color: #333;
	background-color: #fff;
	padding: 2px 12px 2px 12px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	margin: 0px;
	background-color: #AB0334;
	color: #FFFFFF;
	padding: 2px 12px 2px 12px;
	margin: 0px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	background-color: #fff;
	color: #333;
	border: 1px solid #336699;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #eee;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-color: #AB0334;
	/*background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #336699;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #eee;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
