.bottommenu {
	font-size:1em;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 40px;
}

.bottommenu ul a li{
	color: white;
	text-decoration:none;
	float: left;
	list-style:none;
	width:50%;
	padding-top: 10px;
	height: 100%;
	background-color: #709c0d;
	text-align: center;
	border-bottom: 2px solid #709c0d;
}

.bottommenu ul a li.selected{
	border-bottom: 2px solid #fff;
}


