/* --- 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: 10px sans-serif,Tahoma, Verdana, Geneva, Arial, Helvetica;	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
.m0l0iover {
	font: 10px Bold sans-serif,Tahoma, Verdana, Geneva, Arial, Helvetica;	font-size: 10px;
	text-decoration: underline;
	padding: 4px;
	color: #333333;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #BBDAFF;			/*BGcolor0*/
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #cfedff;			/*BGcolor0 mouseover*/
}



/* level 1 inner */
.m0l1iout {
	font: 10px sans-serif,Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
.m0l1iover {
	font: Bold 10px sans-serif,Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration : none;
	padding: 4px;
	color: #333333;     		/*font*/
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #99cccc;				/*BGcolor1*/
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFFFFF; 				/*BGcolor1 mouseover*/
	
}



/* level 2 inner */
.m0l2iover {
	font: 10px sans-serif,Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}


/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #507cba;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #507cba;
}
