/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #6699CC;
	font-weight: bold;
	z-index: auto;
	text-align: center;
	text-indent: 0px;
	padding-top: 4px;
}
.m0l0iover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px 0px 0px;
	color: #FF9900;
	z-index: auto;
	text-align: center;
	text-indent: 0px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px clear;
	background: clear;
	/*filter: alpha(opacity=50); */
	z-index: auto;
}
.m0l0oover {
	text-decoration : none;
	border : 1px clear;
	background: clear;
	z-index: auto;
}

/* level 1 inner */
.m0l1iout {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	z-index: auto;
}
.m0l1iover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFCC00;
	z-index: auto;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px clear;
	/*border : 1px solid #FFFFFF;*/
	background: #666666;
	filter: alpha(opacity=100);
	z-index: auto;
}
.m0l1oover {
	text-decoration : none;
	border : 1px clear;
	/*border : 1px solid #FFFFFF;*/
	background: #999999;
	z-index: auto;
}

/* level 2 inner */
.m0l2iover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	z-index: auto;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #AFAF7F;
	z-index: auto;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #3399CC;
	z-index: auto;
}
.newsheading {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
