/*
 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: Tahoma;
	font-size: 9pt;
/*	text-decoration: none;*/
	margin: 3px 0 0 3px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Tahoma;
	font-size: 9pt;
	/*text-decoration: underline;*/
	margin: 3px 0 0 3px;
	color: #c4261d;
}

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

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma;
	font-size: 9pt;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Tahoma;
	font-size: 9pt;
	margin: 4px 0 0 8px;
	color: #c4261d;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #c4261d;
	border: 1px solid #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #FFFFFF;
/*	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat; */
	border: 1px solid #c4261d;
	padding: 0;
}
