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