        .lavaLampWithImage {
            position: relative;
			margin:53px 76px 0 54px;
            overflow: hidden;
			padding:0 0 0 13px;
			list-style:none;
			float:left;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					height:32px;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -30px;
                        width: 7px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 15px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						text-decoration:none;
						color:#bababa;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        /*text-transform: uppercase;*/
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        /*margin: auto 10px;    */
						padding:0 19px;
                    }
                        .lavaLampWithImage li a:hover{
                            border: none;
							color:#fcd4a9;
							 height: 30px;
                    }
 