footer {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	bottom: 0;
	left:0;
		height:50px;
		z-index: 1000;

}


.footernav {
	width: 100%;
}

.footernav li {
	margin:15px 0;
	float:left;
	list-style: none;
	height:50px;
}

.footernav li:hover {
	background: rgba(0,0,0,1);
	color: #FFF;
}

.footernav a:hover {
	color: #FFF;
}

.footernav li:hover a {
	color: #FFF;
}
.footernav ul {
	height: 50px;
	float: right;
	margin:0;
	font-size: 0.8em;
	letter-spacing: 2px;
}

.footernav ul li a {
	margin: auto 10px;
}