.lavaLamp {
	height: 39px;
	width: 800px;
	background:url("img/bg.png") repeat-x;
	margin:0px;/*overflow: hidden;*/
}
/* Force the list to flow horizontally */
    .lavaLamp li {
	float: left;
	list-style: none;
	position: relative;
}
/* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	background: url("img/lava.png") no-repeat right -44px;
	width: 12px;
	height: 44px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("img/lava.png") no-repeat top left;
	height: 44px;
	margin-right: 13px;
}
/* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #666;
	text-align: center;
	height: 30px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin:10px;
}
.lavaLamp li a:hover {
	color:#CCC;
}
