/*
 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, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:25px;
	margin: 0px 3px 0 3px;
	color: #fff;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:25px;
	margin: 0px 3px 0 3px;
	color: #fff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	background-image: url(img/lev0_bg1.gif);*/
	border: 1px solid #999;
	background-color: #becaca;
}
.m0l0oover {
	text-decoration : none;
	background-color: #cc3333;
	border: 1px solid #999;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #333;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #fff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image:url(images/bg-navi.png);
	border: 1px solid #ccc;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #ccc;
	border: 1px solid #ccc;
	padding: 0;
}

