@charset "utf-8";
/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	color: #6c6c9e;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #ff8040;
	text-decoration : none;	
	/*background-image: url(../page_images/blue_back.png);*/
}

/* level 0 outer */
.m0l0oout {
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;		
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;	
	/*background: #4682B4;*/
}
.m0l0oover {
	text-decoration : none;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;		
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	/*background: #5AA7E5;*/
}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #6c6c9e;
	font-weight: bold;
	background-color: #FFFFFF;
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	font-weight: bold;
	background-color: #ff8040;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	background: #FFFFFF;
}
.m0l1oover {
	text-decoration : none;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	background: #E1E1E1;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	font-weight: bold;
	background-color: #ff8040;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	background: #FFFFFF;
	font-weight: bold;	
}
.m0l2oover {
	text-decoration : none;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	background: #E1E1E1;
}