a.mainmenu {
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
	white-space:nowrap;
}
a.mainmenu:hover {
	color: #291770;
	text-decoration: none;
}
a.submenu {
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:10px;
	color: #291770;
	text-decoration: none;
}
a.submenu:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive {
	height:20px;
	width:130px;
	font-weight:bold;
	font-size:10px;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.activemenu {
	font-weight:bold;
	color: #291770;
	text-decoration: none;
}
a.activemenu:hover {
	font-weight:bold;
	color: #291770;
	text-decoration: none;
}
.menutable {
	border-collapse:collapse;
	width:100%;
}
.highlight {
	text-decoration: none;
	color: #d9330d;
}