/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
}

.TM1i0 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background-image: url('../images/btnNormal.jpg');
	background-repeat: no-repeat;
	border: none;
	padding: 0px;
	padding-left: 3px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background-image: url('../images/btnUp.jpg');
	background-repeat: no-repeat;
	border: none;
	padding: 0px;
	padding-left: 3px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background-image: url('../images/menu_inactive.png');
	background-repeat: no-repeat;
	padding: 0px 4px; 
	text-align: left;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background-image: url('../images/menu_hover.png');
	background-repeat: no-repeat;
	padding: 0px 4px;
	text-align: left;
}


