/*
 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: Arial, Helvetica, sans-serif;
font-size:14px; 
color:#4E6172;
font-weight:bold;
text-decoration:none;
display: block;
margin: 0;
/*border-width: 1px;
border-style: solid;
border-color: #94A1AE #94A1AE #94A1AE #94A1AE;*/
height:25px;
vertical-align:middle;
padding-top:14px;
padding-left:12px;
/*	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;*/
	
	/*color: #000000;*/
}
.m0l0iover {
font: Arial, Helvetica, sans-serif;
font-size:14px; 
color:#88C674;
font-weight:bold;
text-decoration:none;
display: block;
margin: 0;
/*border-width: 1px;
border-style: solid;
border-color: #94A1AE #94A1AE #94A1AE #94A1AE;*/
height:25px;
vertical-align:middle;
padding-top:14px;
padding-left:12px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;
	background-image:url(images/menu.gif);*/
/*	background: #4682B4;*/
}
.m0l0oover {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;
	/*background-image:url(images/menu.gif);*/
/*	background: #5AA7E5;*/
}

/* level 1 inner */
.m0l1iout {
font: Arial, Helvetica, sans-serif;
font-size:14px; 
color:#4E6172;
font-weight:bold;
text-decoration:none;
display: block;
margin: 0;
border-width: 1px;
border-style: solid;
border-color: #94A1AE #94A1AE #94A1AE #94A1AE;
height:15px;
padding-top:7px;
padding-left:10px;
vertical-align: text-top;
background-image:url(images/menu.gif);
filter: alpha(opacity=85);
	-moz-opacity: 85%;
}
.m0l1iover {
font: Arial, Helvetica, sans-serif;
font-size:14px; 
color:#88C674;
font-weight:bold;
text-decoration:none;
display: block;
margin: 0;
border-width: 1px;
border-style: solid;
border-color: #94A1AE #94A1AE #94A1AE #94A1AE;
height:15px;
padding-top:7px;
padding-left:10px;
vertical-align: text-top;
background-image:url(images/menu.gif);
filter: alpha(opacity=85);
	-moz-opacity: 85%;
}

/* level 1 outer */


/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}