        .lavaLampWithImage {
            position: relative;
            height: 32px;
            width: 745px;
            background: url("../images/bg1.gif") no-repeat top;
            padding-top: 15px;
            margin-left: 5px;
            overflow: hidden;
            margin-left:20px;
            margin-bottom:0px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    background: url("../images/separator.gif") no-repeat right -20px ;
                    height: 45px;
                    margin-left:0
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava1.gif") no-repeat 100% -28px;
                        width: 9px; height: 27px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava1.gif") no-repeat left -1px;
                            height: 27px;
                            margin-right: 18px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        margin:auto 30px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 27px;
						line-height:27px;
                        position: relative;
                        overflow: hidden;
                          
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
                        .last-li{background: none!important}

        
