.lavaLamp {

            position: relative;

            height: 40px;

            width: 700px;

            background:url(images/bg2.gif) no-repeat top;

            padding: 10px 0px 0px 50px;

            margin: 10px 0px;

            overflow: hidden;

        }

                .lavaLamp li {

                    float: left;

                    list-style: none;

                }

                    .lavaLamp li.back {

                        background:url(images/lava2.gif) no-repeat right -30px;

                        width: 9px; height: 30px;

                        z-index: 8;

                        position: absolute;

                    }

                        .lavaLamp li.back .left {

                            background:url(images/lava2.gif) no-repeat top left;

                            height: 30px;

                            margin-right: 9px; /* 7px is the width of the rounded shape */

                        }

                    .lavaLamp li a {

                        font: Helvetica, Arial, sans serif;
						
						font-size:12px;
						
						font-weight:bold;

                        text-decoration: none;

                        color: #fff;

                        outline: none;

                        text-align: center;

                        top: 7px;

                        text-transform: none;

                        letter-spacing: .0125em;

                        z-index: 10;

                        display: block;

                        float: left;

                        height: 30px;

                        position: relative;

                        overflow: hidden;

                        margin: auto 10px;    

                    }

                        .lavaLamp li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {

                            border: none;

                        }


