/*
 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, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	padding: 0.6em;
	padding-left:1em;
	color: yellow!important;
	z-index:	1!important;
}
.m0l0iover {
	font-size: 90%;
	padding: 0.6em;
	color: white;
	padding-left:1em;
	z-index:	1!important;
}

/* level 0 outer */
.m0l0oout {
	height:						100%;
	background:					url(../images/menubg.gif);
	border-bottom:				1px solid white;
	color: yellow;
	z-index:	1!important;
}
.m0l0oover {
	border-bottom:				1px solid white;
	background:					url(../images/menubghover.gif);
	font-weight:bold!important;
font-size: 100%;
	z-index:	1!important;
}

/* level 1 inner */
.m0l1iout {
	font-size: 100%;
	text-decoration: none;
	padding: 0.6em;
	color: yellow!important;
		z-index:	1!important;
}
.m0l1iover {
	font-size: 100%;
	text-decoration : underline;
	padding: 0.6em;
	color: yellow;
		z-index:	1!important;
}

/* level 1 outer */
.m0l1oout {
	font-size: 100%;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background:					url(../images/menu-bg4.gif) left repeat-x;
		z-index:	1!important;

}
.m0l1oover {
	font-size: 100%;
	text-decoration : underline;
	border : 1px solid #FFFFFF;
	background:					url(../images/menu-bg4.gif) left repeat-x;
		z-index:	1!important;
}

/* level 2 inner */
.m0l2iover {
	font-size: 100%;
	text-decoration : none;
	padding: 0.6em;
	color: yellow!important;
		z-index:	1!important;
}

/* level 2 outer */
.m0l2oout {
	font-size: 100%;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background:					url(../images/menu-bg4.gif) left repeat-x;
		z-index:	1!important;
}
.m0l2oover {
	font-size: 100%;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background:					url(../images/menu-bg4.gif) left repeat-x;
		z-index:	1!important;
}