a.mainmenu {
	color: #004788;
	text-decoration: none;
	font-size:10pt;
	font-weight: 700;
}
a.mainmenu:hover {
	color: #0089c8;
	text-decoration: underline;
}
a.submenu {
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:10px;
	color: #004788;
	text-decoration: none;
}
a.submenu:hover {
}
a.submenuactive {
}
a.submenuactive:hover {
}
a.activemenu {
	color: #0089c8;
	text-decoration: none;
	font-size:10pt;
	font-weight: 700;
}
a.activemenu:hover {
}
.menutable {
	border-collapse:collapse;
	width:140px;
}
.menutable td {
	width:140px;
	height: 33px;
	vertical-align: top;
}
.highlight {
	text-decoration: none;
}