/* --- menu styles ---

*/
/* level 0 inner */
.m0l0iout {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 3px;
	color: #64728E;
}
.m0l0iover {
	font: 11px Verdana,  sans-serif;
    font-weight:bold;
	text-decoration: none;
	padding: 3px;
	color: #64728E;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-left : 1px solid #64728E;
	background: #ffffff;
}
.m0l0oover {
	text-decoration : none;

	border-left : 1px solid #888888;
	background: #ffffff;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, sans-serif;
	text-decoration: none;
	padding: 3px;
	color: #64728E;
}
.m0l1iover {
	font: 11px Verdana, sans-serif;
    font-weight:bold;
	text-decoration : none;
	padding: 3px;
	color: #64728E;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-left : 1px solid #888888;
    border-right : 1px solid #888888;
    border-bottom : 1px solid #888888;
	background: #ffffff;
	/*filter: alpha(opacity=85);*/
    /*-moz-opacity: 0.75;*/
}
.m0l1oover {
	text-decoration : none;
    border-left : 1px solid #888888;
    border-right : 1px solid #888888;
    border-bottom : 1px solid #888888;
	background: #ffffff;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, sans-serif;
    font-weight:bold;
	text-decoration : none;
	padding: 3px;
	color: #64728E;
}

/* level 2 outer */
.m0l2oout {
    text-decoration : none;
        border-top : 1px solid #888888;

	border-left : 1px solid #888888;
    border-right : 1px solid #888888;
    border-bottom : 1px solid #888888;
	background: #ffffff;
    /*filter: alpha(opacity=85);*/
    /*-moz-opacity: 0.50;*/
}
.m0l2oover {
    text-decoration : none;
    border-top : 1px solid #888888;
    border-left : 1px solid #888888;
    border-right : 1px solid #888888;
    border-bottom : 1px solid #888888;
	background: #ffffff;
}