/* --- 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 {
	text-decoration: none;
	color: #707070;
}
.m0l0iover {
 	text-decoration: none;
	color: #E2144A;
}

/* ¥D¶µ */
.m0l0oout {
		display: block;
		height:19px;
		padding-top:6px;
		text-indent:35px;
		text-decoration: none;
		background-image:url(images/menu_bg.jpg);
}
.m0l0oover {
		display: block;
		height:19px;
		padding-top:6px;
		text-indent:35px;
		text-decoration: none;
		background-image:url(images/menu_bg2.jpg);
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* ¤l¶µ */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #990000;
	background: #ffffff;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #990000;
	background: #ffffff;
}
