
#head_menu {
	background: #bdbdbd;
	width: 100%;
	color: #fff;
	height: 45px;
	display: flex;
	flex-direction: row;
	z-index: 9998;
	position: fixed;
	margin-bottom: 2px;
	
	font-family: 'Open Sans';
	font-size: 12px;
}

.menu_avatar {
	background: #263c7a;
	width: 80px;
	height: 100px;
	margin-left: 50px;
	margin-top: 5px;
	border: 7px solid #bdbdbd;
	z-index: 9999;
}

.menu_buttons {
	margin-left: 20px;
	margin-top: 5px;
	display: flex;
}

.menu_button {
	color: #efefef;
	padding: 10px;
	text-transform: uppercase;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 80;
}

.menu_icon {
	color: #8d8f96;
	height: 3px;
}

.menu_button_as {
	color: #efefef;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 0px;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 50;
}

