/* Styles for the entire LavaLamp menu */
.lavaLamp {
    overflow: auto;
    height: 66px;
    float: left;
}
.lavaLamp li {
	position: relative;
	z-index: 5;
	float: left;
}
.lavaLamp li.backLava {
	background-color: #ccc;
	height: 66px;
}
.lavaLamp li.backLava {
    background: url("../img/back-lava.png") no-repeat top right;
    position: absolute;
}
.lavaLamp li.backLava div.leftLava {
    background: url("../img/left-lava.png") no-repeat top left;
    height: 100%;
    margin-right:10px;
}
.lavaLamp li.backLava div.cornerLava {
    background: url("../img/corner-lava.png") no-repeat bottom right;
    height:8px;
    width:10px;
    position:absolute;
    bottom:0px;
    right:0px;
}
.lavaLamp li.backLava .bottomLava {
    background: url("../img/bottom-lava.png") no-repeat bottom left;
    height:8px;
    width:94%;
    position:absolute;
    bottom:0px;
    left:0px;
}