/*
 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: Arial, Tahoma, Verdana, Geneva, sans-serif, Helvetica;
	font-size: 12px;
	text-align:center;
	color: #FFFF00; text-decoration : none;
	background-image: url(lev0_bg1.gif);
	border-top: 1px solid #336699;border-right: 1px solid #336699;border-bottom: 1px solid #336699;
	background-color: #2C5F93; font-weight:bold; height:24px; width:119px;
}
.m0l0iover {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif, Helvetica;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	background-image: url(lev0_bg2.gif);
	background-color: #2C5F93; cursor:pointer;
	border-top: 1px solid #336699;border-right: 1px solid #336699;border-bottom: 1px solid #336699; font-weight:bold; height:24px; width:119px;
}


/* level 1 inner */
.m0l1iout {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif, Helvetica;
	font-size: 12px;
	
	color: #FFFFFF; font-weight:bold
	text-decoration : none;
	background-color: #5286BB;
	border-left: 1px solid #336699;border-right: 1px solid #336699;border-bottom: 1px solid #336699; 
	padding: 0;  cursor:pointer
}
.m0l1iover {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif, Helvetica;
	font-size: 12px;
	
	color: #FFFF00; font-weight:bold
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(lev1_arrow.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #336699;border-right: 1px solid #336699;border-bottom: 1px solid #336699;
	padding: 0; cursor:pointer
}


