.account_sub_menu {
	display: none;
	position: absolute;
	z-index: 200;
/*
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
*/
	overflow: hidden;
}
.account_sub_menu li{
	float: left;
	background-color: #242424;
	color: #D8D8D8;
	cursor: pointer;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	padding: 10px;
}

.account_sub_menu li:last-child{
/*
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
*/
}



#account_button{
	display: none;
}


#nav_bar_jobs, #nav_bar_customers{
	display: none;
}


#header_top{
	display: block;
	background: #242424;	
	color: #D8D8D8;
	height: 40px;
	width: 100%;
}



#logo{
	background-image: url('../../images/gogates_logo_1.png');
	background-size: 100% 100%;
	width:170px;
	height: 50px;
	position: relative;
	bottom: 2px;
	padding:3px;
}

header ul{
	background: #2C2C2C;	
	color: #D8D8D8;
	box-shadow: 0px 2px 5px #888888;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: flex-end;*/
}

header li{
	border: 0px;
	padding: 1.2em;
	text-align: center;
	white-space: nowrap;

}

.nav_button{
	cursor: pointer;
}

.logo{
	padding: 0em;
	text-align: -webkit-center;
}
.space_left_of_logo{
	flex: 1
}
.space_right_of_logo{
	flex: 10;
}

@media all and (max-width: 650px){
	.logo{
		width: 100%;
	}
	.space_left_of_logo{
		display:none;
	}
	.space_right_of_logo{
		display:none;
	}
	.nav_button{
		flex: 1;
		padding:0.5em;
	}
}