/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0 0 8px;
	color: #000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0 0 8px;
	color: #000;
}

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

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 0 17px;
	color: #000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 0 17px;
	color: #000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 2px solid #70b2d5;
	font-weight: bold;
	background-image: url(img/lev1_bg1.gif);
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(img/lev1_bg2.gif);
	border: 2px solid #70b2d5;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0;
}