.menu_bar{
	position: absolute;
	display: flex;
	justify-content: end;
	align-items: center;
	background-color: #e7f458;
	padding-top: 5px;
	padding-bottom: 5px;;
	width: 100%;
	height: auto;

	bottom: 0px;
	right: 0px;
}

.menu_horiz
{
	


	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 4px 0px 6px 0px;

	/*min-width: 70%;*/
	width: 75%;

	color: #f0f0f0;
	font-family: Nunito;
	font-size: 15px;

}



.menu_h
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #004021;

    margin: 0px 10px 0px 10px;
	padding: 6px 0px 6px 0px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 7px;
	
	box-shadow: 1px 1px 3px 1px #868686;
	cursor: pointer;

}


.menu_h a{
	display: inline-block;
	width: 100%;
	max-height: 100%;
	text-decoration: none;
	color: #f0f0f0;
	text-align: center;
}

.submenu_horiz{
	position: absolute;
	top: 0px;
	right: 0px;

	display: flex;
	flex-direction: row;
	justify-content: center;

	width: 75%;

	/*padding: 0px 0px 10px 0px;*/

	height: auto;

	min-width: 820px;
	z-index: -1;

	font-family: Nunito;
}

.submenu_h{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;

	right: 0px;

	padding: 5px 0px 5px 0px;

	/*padding: 10px;*/

	border-end-start-radius: 10px;
	border-end-end-radius: 10px;

	border: 1px solid #00402196;

	background-color:#FFFFFF;
	/*background-color:#f7f7f7;*/

	text-align: center;

	box-shadow: 1px 1px 4px 2px #8686865f;
}

.submenu_button{
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #e6e6e6;
	font-size: 13px;
	max-width: 140px;

	border-radius: 5px;
	border: 1px solid #e4e4e4;
	color: #004021;
	font-weight:bolder;
	cursor: pointer;
}

.submenu_button a{
	text-decoration: none;
	color: #004021;
}

#about_us{
	visibility: hidden;
}

#forum{
	visibility: hidden;
}

#viewer{
	visibility: hidden;
}

#contact{
	visibility: hidden;
}

#personal_area{
	visibility: hidden;
}
