.lavaLampBottomStyle {
	position:relative;
	height: 50px;
	width: 100%;
	border: 0px dashed green;
	margin: 0;
	padding-left: 0;
	text-align: right;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
	border:0px dashed green;
}
.lavaLampBottomStyle li.back {
	border-bottom: 2px solid #fff;
	width: 12px;
	height: 29px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}   
@media screen and (max-width: 850px)
{
	.lavaLampBottomStyle
	{
		display: none;
	}
}