/*
 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: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 2px 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 2px 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	border: 1px solid #000000;
	background-color: #333333;
	filter: alpha(opacity=77);	-moz-opacity: .77;	
	opacity: .77;	
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);*/
	background-color: #666666;
	border: 1px solid #333333;
	filter: alpha(opacity=77);	-moz-opacity: .77;
	opacity: .77;		
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 2px 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 2px 17px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #666666;
	border: 1px solid #333333;
	padding: 0;
	filter: alpha(opacity=81);	-moz-opacity: .81;
	opacity: .77;	
}
.m0l1oover {
	text-decoration : none;
	background-color: #999999;
	background-image: url(../img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	padding: 0;
	filter: alpha(opacity=81);	-moz-opacity: .81;
	opacity: .77;	
}