/*
 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,sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.style3 {
	font-family: Tahoma,sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 9px;
	color: #ffffff;
}
.m0l0iover {
	font-family: Tahoma,sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer s */
.m0l0oout {
	text-decoration : none;
	background-image: url(/ximages/lev0_bg1.jpg);
	background-color: #003463;
	
}
.m0l0oover {
	text-decoration : none;
	background-image: url(/images/lexv0_bg2.jpg);
	background-color: #003463;
	text-decoration: underline;
	
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma,sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Tahoma,sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #003463;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #003463;
	background-image: url(img/lev1x_arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}