.lavaLampBottomStyle {
	position:relative;
	height: 30px;
	xwidth:100%;
	width: 1070px;
	background: #fff url("../img/menu.jpg");
	padding: 15px;
	margin: 0px auto;
	overflow: hidden;
	xborder: 1px solid gray;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
	margin-left:15px;/*is nu toegevoegd*/
}
.lavaLampBottomStyle li.back {
	background: url("../img/balletjes2.gif") no-repeat bottom center;
	xborder-bottom: 5px solid blue;
	width: 9px;
	height: 45px;
	z-index: 8;
	position: absolute;
	Xpadding-right:10px;
}
.lavaLampBottomStyle li a {
	font: 16px Arial;
	text-decoration: none;
	color: #444;
	outline: none;
	text-align: center;
	top: -3px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px 0px 30px;/*veranderd, was auto 15*/
	Xmargin:auto 15px;
}
.lavaLampBottomStyle li a:hover {
	color:#fff;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}

