.menuInActive {
	margin-right:1px;
	padding:4px 4px 4px 4px;
	border: solid;
	border-color:#bfbcfe;
	border-width:1px;
	background-color:#bfbcfe;
	text-align:center;
}
.menuActive {
	margin-right:1px;
	padding:4px 4px 4px 4px;
	border: solid;
	border-color:#bfbcfe;
	border-width:1px;
	background-color:#00489b;
	text-align:center;
}
a.amenuActive, a.amenuActive:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
a.amenuInActive {
	text-decoration:none;
	color:#00489b;
	font-weight:bold;
}
a.amenuInActive:hover {
	text-decoration:none;
	color:white;
	font-weight:bold;
}


.submenuInActive {
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#ffffff;
	text-align:left;
}
.submenuActive {
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#bfbcfe;
	text-align:left;
}
a.asubmenuActive, a.asubmenuActive:hover {
	text-decoration:none;
	color:#00489b;
	font-weight:bold;
}
a.asubmenuInActive {
	text-decoration:none;
	color:black;
	font-weight:bold;
}

a.asubmenuInActive:hover {
	text-decoration:none;
	color:#00489b;
	font-weight:bold;
}


