nav.local {
	background: #2a2a2a;
	box-shadow:inset 0 -4px 0 0 #000;
	border-radius: 5px;
	margin-bottom: 10px;
}

nav.local a {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 12px 20px 14px;
	display: inline-block;
	color: #fff;
}

nav.local a.active, nav.local a:hover {
	background: #000;
}

nav.local a.active:first-child, nav.local a:first-child:hover {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}