/* --- 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 */
.m0l0iout {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2F53A7;
}
.m0l0iover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #2F53A7;
}

/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	padding-left:8px;
  background-image:url(/images/nav/menu0_background_link.gif);
}
.m0l0oover {
	text-decoration: none;
	padding-left:8px;
  background-image:url(/images/nav/menu0_background_hover.gif);
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2F53A7;
}
.m0l1iover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  text-decoration: none;
	color: #2F53A7;
}

/* level 1 outer */
.m0l1oout {
	text-decoration: none;
	padding-left:12px;
  background-image:url(/images/nav/menu1_background_link.gif);
  background-repeat:no-repeat;
}
.m0l1oover {
	text-decoration: none;
	padding-left:12px;
  background-image:url(/images/nav/menu1_background_hover.gif);
  background-repeat:no-repeat;
}

/* level 2 inner */
.m0l2iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 1px;
	padding-left: 4px;
	color: #22CCBB;
}
.m0l2iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
	padding: 1px;
	padding-left: 4px;
	color: #22CCBB;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #222222;
	background: #EEEEFF;
}
.m0l2oover {
	text-decoration : none;
  border : 1px solid #222222;
	background: #EEEEFF;
}

/* noscript table menu styles */
table.tm1 {
  padding-left: 20px;
}

a.tma1, a.tma2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2F53A7;
}

a.tma1:hover, a.tma2:hover {
	text-decoration: underline;
}

table.tm2
{
  padding-left: 140px;
}

