/* CSS used by lavalamp jQuery bits */
.lavaLampWithImage {
    position: relative;
    height: 29px;
    width: 901px;
    background: url("images/bg.gif") no-repeat top left;
    padding: 15px;
    margin: 10px 0;
}

.expandoBackground {
	background: url("images/bg.gif") no-repeat top right;
	height: 61px;
	z-index: 1;
	position: relative;
	top: -15px;
	left: 115px;
	width: 50px;
}

.lavaLampWithImage li {
    float: left;
    list-style: none;
}
.lavaLampWithImage li.back {
    background: url("images/lava.gif") no-repeat right -30px;
    height: 30px; 
    z-index: 8;
    position: absolute; overflow: hidden;
}
.lavaLampWithImage li.back .left {
    background: url("images/lava.gif") no-repeat top left;
    height: 30px; 
    margin-right: 0;
}
.lavaLampWithImage li a {
    font: bold 14px Arial, FreeSans;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 9;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    margin: auto 10px 10px 10px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    color: #fff;
    border: none;
}
.lavaLampWithImage li:first-child{
	margin-left: 49.75em;
}

