        .lavaLampWithImage {
            position: relative;
            height: 34px;
            width: 544px;
            padding: 0px;
			text-align: right;
			float: right;
			overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("gifs/lava.gif") no-repeat right -30px;
                        width: 9px; 
						height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("gifs/lava.gif") no-repeat bottom center;
                            height: 34px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 13px Verdana;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        padding: 0 20px;
						line-height:34px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							text-decoration: none;
                        }

