.menu{
	position:absolute;
	text-align:center;
	margin:0;
	z-index:999;
	width:100%;
}

.menu ul {
	padding:15px;
	list-style-type:none;
	margin:20px 0 0 0;
}

.menu li {
	display:inline;
	margin-left:0;
	
}

.menu ul li a {
	display:inline-block;
	width:150px;
	background-color:#42210B;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding:3px;
	border:2px solid;
	border-color:#DCDCDC #696969 #696969 #DCDCDC;
}

.menu ul li a:hover {
	background-color:#A2C20D;
	border-color:#696969 #DCDCDC #DCDCDC #696969;
}