div.menu{	display:inline-block;
	background:orange;	width:100%;	max-width:880px;	margin-bottom:10px;
	text-align:center;	font-size: 20px;	font-family:Arial;	box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.41);	
}
a.menlink{	display:inline-block;	cursor:pointer;	border-radius: 4px 4px 0 0;
	color:white;
	text-decoration:none;
	padding:3px;
	margin:5px;
	background:orange;	transition:background 0.6s;
}
a.menlink:hover{
	background:#ff8d00;
	transition:background 0.6s;
}
a.noactive{
	padding-bottom: 6px;
}
a.active{
	border-bottom: 4px solid #f39200;
}