.lavaLampWithImage {
	position: absolute;
    width: 440px;
    margin-left: 520px;
    margin-top: 33px;
    list-style: none;}
    
.lavaLampWithImage li {
    float: left; }
    
.lavaLampWithImage li.back {
    background: url("../images/menu.png") no-repeat right -57px;
    margin-top: -13px;
    width: 7px; 
    height: 57px;
    z-index: 8;
    position: absolute;}
                    
.lavaLampWithImage li.back .left {
	background: url("../images/menu.png") no-repeat top left;
	height: 57px;
    margin-right: 7px; /* 7px is the width of the rounded shape */ }
    
.lavaLampWithImage li a {
 	font: normal 16px helvetica;
    text-decoration: none;
    color: #3e3e3e;
    outline: none;
    text-align: center;
    top: 10px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 57px;
    position: relative;
    overflow: hidden;
    margin: auto 15px;
                    
.lavaLampWithImage li a:hover {
	color: maroon;
    border: none;
}

.lavaLampWithImage li.current a {
	color: navy;
    border: none;
}.

lavaLampWithImage li a:visited {
    border: none;
}

