/* 
    Created on : Oct 15, 2015, 1:56:01 PM
    Author     : Fornax
*/
.menu{
	position: relative;
	box-sizing: border-box;
	padding: 4px;
	height: auto;
	margin: -8px;
	background-color: #222;
	border-bottom: #404040 1px solid;
	width: auto;
	font-family: "Lato", sans-serif;
	font-weight: bold; 
	font-size: 26px;
	text-align: center;
}
