nav {
	height: 70px;
	width: 70%;
	min-width: 800px;
	-min-width: 850px;
	-max-width: 1152px;
	margin: auto;
	margin-top: 10px;
	background-image: url('../img/owal.png');
	background-size: 100% 100%;
}

#menu-bar {
	max-height: 50px;
	list-style: none;
	text-align:center;
	margin-top:30px;
}

#menu-bar li {
	display:inline;
	margin-right:40px;
	padding: 10px;
	cursor: pointer;
}

#menu-bar .active {
	border-bottom: 3px solid #918f8f;
	padding-bottom: 2px;
}

#menu-bar li:hover {
	border-bottom: 3px solid #918f8f;
	padding-bottom: 2px;
}

.list {
	list-style:none;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}

.list li {
	border-bottom: 3px solid #004b67;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align:center;
	vertical-align:middle;
	color: #C4C4C4;
	font-weight: bold;
}

#first {
	margin-top: 5px;
	border: 0;
}

#menu-bar img {
	margin-top: 20px;
	height: 25px;
}