/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Lucida, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 2px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.m0l0iover {
	font-family: sans-serif, Lucida, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/menu-off.gif);
	background-position: center top;
	background-repeat: repeat-x;*/
	}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/menu-over5.gif);
	background-position: center 2px;
	background-repeat: no-repeat;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Lucida, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	margin: 4px 0 0 12px;
	color: #010002;
	text-align: left;
}
.m0l1iover {
	font-family: sans-serif, Lucida, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	margin: 4px 0 0 12px;
	color: #FFFFFF;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	/* background-color: #7F7F7F; */
	padding: 0;
	background-image: url(img/menu2-off.gif);
	background-position: center bottom;
}
.m0l1oover {
	text-decoration : none;
	/* background-color: #2C2C2C; */
	padding: 0;
	background-image: url(img/menu2-over.gif);
	background-position: center bottom;
}
