#top_menu_container
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	height : 20px;
	display : flex;
	align-items : center;
	justify-content : center;
	background-color : #454545;
}

#top_menu
{
	width : 80%;
	height : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	align-items : center;
	justify-content : right;
}

@media screen and (max-width: 1024px)
{
	#top_menu
	{
		width : 100%;
	}
}

#top_menu ul
{
	list-style-type : none;
	height : 100%;
}

#top_menu li
{
	display : inline;
	height : 100%;
	line-height : 20px;
	color : #D3D3D3;
}

#top_menu li a
{
	color : #D3D3D3;
	text-decoration : none;
}