/* --- 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,.m0l0iover,.m0l0icur {
	text-align:left;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	padding: 4px;
	padding-left:14px;
	color: white;
	font-weight: bold;
}
.m0l0iover,.m0l0icur { padding-left:4px; }

/* level 0 outer */
.m0l0oout,.m0l0oover,.m0l0ocur {
	text-decoration : none;
	border-bottom : 2px solid white;
}

/* level 1 inner */
.m0l1iout,.m0l1iover,.m0l1icur {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	padding-left:20px;
	color: black;
}
.m0l1iover,.m0l1icur { padding-left:5px;}

/* level 1 outer */
.m0l1oout,.m0l1oover,.m0l1ocur {
	text-decoration : none;
	background: #A9A8A7;
	filter: alpha(opacity=90);
}
