/* blue grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #2C3864;
	font-size: 12px;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background-image: url(../images/navnorm.gif);
	border: 0px solid #2B547F;
	
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {

	background-image: url(../images/navover.png);
	border: 0px solid #0066CC;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#77A39C; 
scrollbar-3dlight-color:#77A39C; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#808080; 
}

