/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #00356A;
	text-align: center;
	z-index: 100;
}
.m0l0oover {
	text-decoration : none;
	background: #00356A;
	text-align: center;
	z-index: 100;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	z-index: 102;
	border : 1px solid #000000;
	border-width: 1 0 0 0;
}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	z-index: 102;
	background: #00356A;
	border : 1px solid #000000;
	border-width: 1 0 0 0;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	border-width: 0 1 1 1;
	background: #999999;
	z-index: 101;
	padding: 0px 4px;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	border-width: 0 1 1 1;
	z-index: 101;
	background: #999999;
	padding: 0px 4px;
}

#menuTd { 
	background-position: 100% 0; 
	padding: 229px 4px 0px 8px; 
	background-repeat: no-repeat;
}
