ul[role="menubar"] {

	/*padding: 10px;*/
	/*font-size: 130%;*/
	font-size: 1em;
	list-style: none;
/*	background-color: #eee;*/
}

ul[role="menubar"] [role="menuitem"],
ul[role="menubar"] [role="separator"] {
	/*padding: 0.25em;*/
	background-color: #fff;
	/*border: 2px solid #eee;*/
}

ul[role="menubar"] [role="separator"] {
	padding-top: 0.15em;
	background-image: url('../images/separator.png');
	background-position: center;
	background-repeat: repeat-x;
}

ul[role="menubar"] [role="menuitem"]:focus,
ul[role="menubar"] [role="menuitem"]:hover,
ul[role="menubar"] [role="separator"]:focus,
ul[role="menubar"] [role="separator"]:hover {
	background-color: #1e3a57;
	color: white;
}

ul[role="menubar"] a[role="menuitem"] {
	text-decoration: none;
	color: black;
}

ul[role="menubar"] li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul[role="menubar"] > li {
	display: inline;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	/*font-weight: bold;*/
	font-size: 16px;
	width: 100%;
	text-align: center;
}


.menu-parent-link-lvl-1::after {
	font-family: 'FontAwesome';
	content: "\f107";
	margin-left: 5px;
	margin-top: 2px;
	font-size: 14px;
	color: #1d3753;
	position: relative;
	top: 2px;
}
.menu-parent-link-lvl-2::after {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 15px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #1d3753;
	position: relative;
	top: 2px;


}
.menu-parent-link-lvl-2, .menu-link-lvl-2, .menu-link-lvl-3{
	font-weight: normal;
	display: block;
	padding: 10px 15px;
	color: #282829;
	border-bottom: solid 1px #7b7b7b;
	font-size: 14px;
}

ul[role="menubar"] ul[role="menu"] {
	display: none;
	position: absolute;
	top: -2px;
	left: 0;
	margin: 0;
	padding: 0;
width: 240px;
	transition: opacity .4s ease, top .45s ease;
}

/*ul[role="menubar"] ul[role="menu"] li a {*/
	/*display: block;*/
	/*width: 10em;*/
/*}*/


/*.menu_container_lvl_2{transition: all 0.4s ease-in-out 0s;}*/


ul#menubar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	justify-items: center;
	grid-template-rows: 1fr;
	margin-top: 15px;
}
