/* --- 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;
	white-space: normal;
	color: #2E2869;
}
.TM0i1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	white-space: normal;
	color: #ffffff;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-right: 15px;
	background: white;
 	color: #2E2869;
	text-align: right;
	text-decoration: none;
	background-image: url(/img/menu/menu_off.gif);
   background-position: right top;
	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: 15px;
	background: #2E2869;
	color: red; /*ffffff; */
	text-align: right;
	text-decoration: underline;
	background-image: url(/img/menu/menu_on.gif);
   background-position: right top;
	background-repeat: no-repeat;
}

                                                                                 
