.navbar {
	position: static;
}
.top-submenu {
	display: none;
	position: absolute;
	background: #fff;
	padding-bottom: 39px;
	padding-top: 32px;
	color: #3F6AA9;
	width: 100%;
	left: 0;
	right: 0;
	border-top: 3px solid #2F3E74;
	margin-top: -3px;
}
.top-submenu li {
	padding-left: 0px;
	margin-bottom: 19px;
}
.top-submenu li a {
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
}
.top-submenu .children{
	padding-left: 18px;
	margin-bottom: 20px;
}
.top-submenu .children a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}