/*				*/
/*	 KM Vertical Menus	*/
/*				*/
/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0_kmv {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #EEEEEE;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none; 
}

/* blue grades - root level; box properties for states: normal */
.TM0o0_kmv {
	background: #3C76B2 
	url('images/background.png') repeat-y;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none; 
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0_kmv {
	background: #3C76B2;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1_kmv {
	background: #4D99E6;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0_kmv {
	background: #4D99E6;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1_kmv {
	background: #3C76B2;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}