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