/* --- menu styles --- Internet Explorer	
*/
/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
 	color: #666666;
	text-align: right;
	text-decoration: none;
	background-image: url(/img/menu/menu_off.gif);
   background-position: right;
	background-repeat: no-repeat;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #ffffff;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-right: 18px;
	background: #ffffff;
	color: #000000;
	text-align: right;
	text-decoration: underline;
	background-image: url(/img/menu/menu_on.gif);
   background-position: right;
	background-repeat: no-repeat;
}

/* blue grades - sub level; table properties for states: normal, hover, click */
.TM1i0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.TM1t0 {
	_table-layout: fixed;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*   border: none; */
	background: #E8F3D8; /* #e1ee1b; */
	padding: 2px;
	color: #01367c;
	text-align: left;
	text-decoration: none;
	filter: alpha(opacity=90);
	-moz-opacity: 85%;
	border: 1px solid #D6E9B9; /* #e1ee1b; */
}
/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #E8F3D8; /* #e1ee1b; */
	padding: 2px;
	color: #01367c;
	text-align: left;
	text-decoration : none;
	border: 1px solid #D6E9B9; /* #e1ee1b; */
}

                                                                                 