/* --- 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 {
	z-index:1000;
	font-family: Verdana;

	font-size: 15px;

	text-decoration: none;

	margin: 0px;

	padding-right:8px;

	padding-left:8px;

	padding-top:8px;

	color: #003366;

	text-align:left;

}
.m0l0iout a:link{
	
	text-decoration: none;

}
.m0l0iout a:visited{

	text-decoration: none;

}



.m0l0iover {

	font-family: Verdana;

	font-size: 15px;

	text-decoration: none;

	margin: 0px;

	padding-right:8px;

	padding-left:8px;

	padding-top:8px;

	color: #ff7400;	

	text-align:left;

}

.m0l0iover a:visited{

	text-decoration: none;

}

/* level 0 outer 

	

*/

.m0l0oout {
	z-index:1000;
	text-decoration : none;

	

}



.m0l0oover {

	text-decoration : none;

	background-color: #ffffff;

}



/* level 1 inner */

.m0l1iout {

	font-family: Verdana;

	font-size: 11px;

	margin: 0px;

	color: #003366;

	padding-left:8px;
	padding-top:5px;
}

.m0l1iout a:visited{

	text-decoration: none;

}

.m0l1iover {

	font-family: Verdana;

	font-size: 11px;

	margin: 0px;

	padding-left:8px;

	padding-top:5px;

	color: #003366;

	text-decoration : underline;

}



/* level 1 outer */

.m0l1oout {

	text-decoration : none;

	background-color: #ffffff;
	padding: 0;
	filter:Alpha(opacity=80, style=0);
	-moz-opacity:0.8;
	opacity:0.8;
}



.m0l1oover {

	text-decoration : none;

	background-color: #ffffff;
	filter:Alpha(opacity=80, style=0);
	padding: 0;
	-moz-opacity:0.8;
	opacity:0.8;

}




