/* --- 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 */
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}

.m0l0iout {
	font-family:  Tahoma;
	font-size: 8pt;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
	background-color: #19253A;
}
.m0l0iover {
	font: 8pt  Tahoma;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
	background-color: #19253A;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #ffffff;
	background-color: #19253A;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #ffffff;
	background-color: #19253A;
}

/* ======================================================================= */
.m0l1iout {
	font: 8pt  Tahoma;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 1px;
	color: #000000;
	z-index: 1;
	filter: alpha(opacity=90);
}
.m0l1iover {
	font:  8pt Tahoma ;
	text-decoration : none;
	padding-left: 4px;
	padding-top: 1px;
	color: #ffffff;
	background-color: #193353;
	text-decoration : none;
	z-index: 1;
	filter: alpha(opacity=85);
}
/*===============================================================================
/* level 1 outer */
.m0l1oout 
{
	font: 8pt  Tahoma;
	text-decoration : none;
	border-left : 2px solid #E4E7EA;
	border-bottom : 2px solid #E4E7EA;
	border-right : 2px solid #E4E7EA;
	background-color: #ffffff;
	padding-left: 4px;
	padding-top: 1px;
	filter: alpha(opacity=90);
	z-index: 1;
}
.m0l1oout1 {
	text-decoration : none;
	border-left : 2px solid #102839;
	border-right : 2px solid #102839;
	border-bottom : 2px solid #102839;
	background-color: #ffffff;
	padding-left: 4px;
	padding-top: 1px;
	filter: alpha(opacity=90);
	z-index: 1;
}
.m0l1oover 
{
	font: 8pt  Tahoma;
	border : 1px solid #1B49A3;
	background-color: #3C61AA;
	color: #ffffff;
	padding-left: 4px;
	padding-top: 1px;
	text-decoration : underline;
	filter: alpha(opacity=85);
	z-index: 1;
}

/* level 2 inner */
.m0l2iover {
	font: 8pt  Tahoma;
	text-decoration : none;
	padding: 0px;
	color: #ffffff;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #E55A5A;
}
