﻿#bottomNav {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	font-size:0.8em;
	line-height:2em;
}
#bottomNav ul {
	text-align: center;
}
#bottomNav ul li {
	display: inline;
	margin-right: 0;
}
#bottomNav ul li.last {
	margin-right: 0;
}
#bottomNavTools a {
	color:#82797C;
	font-weight:light;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 5em;
}
#bottomNavLinks a {
	color:#82797C;
	font-weight:light;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 1em;
}
#bottomNav ul li a:hover {
	color:#E0FA82;
}

