.lavaLampWithImage {
	position: absolute;
	height:99px;
	/*height: 29px;*/
	width: auto;
	/*padding: 15px;*/
    margin: 0 0;
    overflow: hidden;
	right:8px;
	
}

.lavaLampWithImage li {
	float: right;
	list-style: none;
}

.lavaLampWithImage li.back {
	/*background-color:#FFF;*/
    background:url(../images/lava_black.png) repeat-X bottom; /*-30px*/;
    /*width: 9px;*/
	height:100px;
	/*height: 30px;*/
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left {
	/* background: url("../images/lava.png") repeat;
	background-color:#FFF;*/
    height:100px;
	/*height: 30px;*/
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
    font: bold 16px Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    outline:none;
    text-align: center;
    top:0px;
	/*top: 7px;*/
    text-transform: uppercase;
    letter-spacing: -1px;
    z-index: 10;
    /*display: block;*/
    float: left;
    line-height:25px;
	/*height: 30px;*/
    position: relative;
    overflow: hidden;
    margin: auto 10px;
	padding-top:50px;
	/*margin: auto 10px;*/    
}
					
.lavaLampWithImage li a:hover{
	color:#FFFFFF;
	
}
						
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
} 
#currentpage {
	background:url("../images/lava_black.png") repeat-X bottom;
	
}


