/*
 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: Arial, Tahoma, Arial, Geneva;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	margin: 2px 10px 0 0px;
	text-align:right;
	color: #ffffff;	
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	margin: 2px 10px 0 0px;
	text-align:right;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 0p;
}
.m0l0oover {
	text-decoration : none;
	border: 0px;
	background-image: url(../img/menu_item.jpg);
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 10px;
	color: #FFFFFF;
	font-weight:bold;
	
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 10px;
	color: #FFFFFF;
	font-weight:bold;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #978e82;
	border: 0px solid #FFFFFF;
	color:#FFFFFF;
	padding: 0;
		filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity: .80;
}
.m0l1oover {
	text-decoration : none;
	background-color: #978e82;
	border: 0px solid #FFFFFF;
	padding: 0;
}