/* --- 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 
{
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	text-decoration: none;
	margin: 2px;
	color: #FFFFFF;
}
.m0l0iout_active
{
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	text-decoration: none;
	margin: 2px;
	color: #000000;
}
.m0l0iover {
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	text-decoration: none;
	margin: 2px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #000000;
}
.m0l0oout_active {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #A7B59E;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #A7B59E;
}

/* level 1 inner */
.m0l1iout 
{
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	text-decoration : none;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-top : 1px solid #A7B59E;
	background: #000000;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border-top : 1px solid #A7B59E;
	background: #A7B59E;
}
