.navbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 2.3em;
	overflow: visible;
	font-size: 25px;
	color: #FFFFFF;
	background: #696969;
}

.bottomBar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 20px;
	overflow: hidden;
	font-size: 15px;
	color: #FFFFFF;
	background: #696969;
}

.navBtn:hover,
.navBtn:hover,
.mainHomeList:hover {
	background: #111;
}

.navBtn {
	padding: 14px 16px;
	margin: 0;
	cursor: pointer;
	height: 2.3em;
}

.mainHome {
	display: none;
	background: #696969;
	position: absolute;
	width: inherit;
	text-align: inherit;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	width: 165.25px;
	background: #696969;
	top: 100%;
}

.mainHomeList {
	border-top: 2px solid #000000;
}

.navListL,
.navListR {
	float: left;
	display: inline;
	color: white;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid #000000;
	transition-duration: 0.2s;
	height: 2.3em;
	overflow: hidden;
}

.navListR {
	float: right;
}