﻿#Menu 
{
	height:auto;
	color:grey;
	margin-top: 5%;
	margin-left:15%;
	margin-right:15%;
}

#HeaderMenu {
    display: flex;
    justify-content: flex-end;
}

#HeaderMenu ul
{
	margin: 0;
	padding: 0;
	float:right;
}

#extraContainer
{
	height:400px;
    width: 1180px;
    margin: 0 auto;
}

#HeaderMenu li
{
	list-style-type:none;
	float:left;
	width:100px;
	height:40px;
	line-height:55px;
	text-align:center;
	vertical-align:text-top;
}

#HeaderMenu li a {
    text-decoration: none;
    color: #999;
}

#HeaderMenu li a:hover
{
    color: #666666;
}

#Header ul
{
	margin: 0;
	padding: 0;
}

#Header li
{
	list-style-type:none;
	float:left;
	display:block;
	line-height:55px;
}
