﻿.nav-container {
	margin-bottom: 1px;
	width: 100%;
	margin-right: -2em;
}
nav
{
	background-position: #FF0000;
	z-index: 42;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .1em .1em;
	margin-left: 1px;
	background: #b97b6e;
	position: relative;
	border-top-left-radius: 1em 0.5em;
	border-top-right-radius: 1em 0.5em;
}
.nav-left {
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 14px;
	height: 14px;
	background: #781011;
	border-bottom-left-radius: 100% 50%;
}
.nav-left:after {
	content: '';
	position: absolute;
	right: 0;
	width: 66%;
	height: 66%;
	background: #333;
	border-top-left-radius: 100% 50%;
	border-bottom-left-radius: 100% 50%;
}
.nav-right {
	position: absolute;
	right: 0;
	bottom: -14px;
	width: 14px;
	height: 14px;
	background: #781011;
	border-bottom-right-radius: 100% 50%;
}
.nav-right:after {
	content: '';
	position: absolute;
	left: 0;
	width: 66%;
	height: 66%;
	background: #333;
	border-top-right-radius: 100% 50%;
	border-bottom-right-radius: 100% 50%;
}
nav li {
	display: inline;
	list-style: none;
}
nav li a {
	color: #F5F5F5;
	font: 20px/20px 'BebasNeueRegular', sans-serif;
	width: 5em;
	text-align: center;
	padding: .5em 1em;
	margin-left: -2px;
}
nav li a:hover, nav li a.selected {
	background: #781011; 
	text-decoration: none;
}