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;
}
.submenu1 {
	background-color:white;
	color: #0c1f74;
}
.submenu1active {
	background-color: #4648ad;
	font-weight: bold;
	color: #0c1f74;
}
.submenu1 td {
	padding-left:10px;
	color: #0c1f74;
}

.submenu1active td {
	padding-left:10px;
	font-weight: bold;
	color: #0c1f74;
}

.submenu2 {
	background-color: #bcbce4;
	font-weight: bold;
	color: #0c1f74;
}
.submenu2active {
	background-image: url(/template/images/submenu-active.gif);
	color: #0c1f74;
}
.submenu2 td,.submenu2active td {
	padding-left:25px;
	color: #0c1f74;
}