/*
 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: arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: Black;
	font-weight:bold;
	background-color:#fff;

}
.m0l0iover {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #00349a;
	font-weight:bold;
	background-color:#fff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-right: 1px solid #e9e8e4;
	background-color:#fff;
}
.m0l0oover {
	text-decoration : none;
	border-right: 1px solid e9e8e4; 
background-color:#fff;
}

/* level 1 inner */
.m0l1iout 
{
	font: 13px arial, helvetica, sans-serif;
/*	font-family: Verdana;
	font-size:10px;*/
	margin: 4px 0 0 10px;
	color: Black;
	background-color:#fff;
	font-weight:bold;	
}
.m0l1iover 
{

	font: 13px arial, helvetica, sans-serif;
	/*font-size:10px;*/
	margin: 4px 0 0 10px;
	color: #00349a;
	font-weight:bold;
	background-color:#fff;	
}

/* level 1 outer */
.m0l1oout 
{
	font: 13px arial, helvetica, sans-serif;
	text-decoration : none;
	background-color: #F7F7F7;
	padding: 0;
background-color:#fff;
font-weight:bold;
}
.m0l1oover 
{
	font: 13px arial, helvetica, sans-serif;
	text-decoration : none;
	background-color: #D2D2D2;
	background-image: url('Images/separator01.gif');
	background-repeat: no-repeat;
	padding: 0;
	font-weight:bold;
		background-color:#fff;
}