.lavaLampWithImage {
    position: relative;
    height: 25px;
    width: 100%;
    background: url("back.png") repeat-x top;
    padding-left: 10px;
    margin: 0px 0;
    overflow: hidden;
}
.lavaLampWithImage li {
                    float: left;
                    list-style: none;
					font: bold 14px arial;
					text-decoration: none;
					color: #fff;
					outline: none;
                        text-align: center;
                        top: 4px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
						height: 25px;
						
					
                }
                    .lavaLampWithImage li.back {
                        background: url("hover.png") no-repeat right -25px;
                        width: 9px; height: 25px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("hover.png") no-repeat top left;
                            height: 25px;
                            margin-right: 8px; /* 7px is the width of the rounded shape */
							
                        }
                    .lavaLampWithImage li a {
					
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 4px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 25px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
						
                            border: none;
                        }      