@charset "utf-8";
.menu{font-family:Macabra,serif;
		color: white;
		font-size:40px;
		align-content:center;}
		
.menu ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10.5em;
	margin-bottom: 0px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: white;
	
}
	
.menu li{display:inline;
	}
	
.menu a	{
	
	text-decoration: none;
	font-size: 0.8em;
	display:block;
	padding:10px;
	margin:0px;
	float:left;
	background-color:#EAEAEA;
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 5px solid #000000;}

.menu a:hover{color: #FFF;background:#666;
		border-right-width:6px;
		border-right-style:solid;
		border-right-color:white;}
		
.clear{clear:both}
