        .lavaLampWithImage {
            position: relative;
            height: 36px;
            width: 865px;
            background: url("images/bg-nav1.gif") no-repeat top;
            padding: 10px;
            margin: 10px ;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
	background: url("images/lava1.gif") no-repeat right -22px;
	width: 200px;
	height: 22px;
	z-index: 8;
	position: absolute;
	margin-top:-3px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava1.gif") no-repeat top left;
                            height: 22px;
                            margin-right: 6px; /* 7px is the width of the rounded shape */
							margin-left:22px;
							margin-bottom:2px;

                        }
                    .lavaLampWithImage li a {
                        font: bold 12px tahoma;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 22px;
                        position: relative;
                        overflow: hidden;

						padding-left:33px;
						padding-right:13px;
						padding-top:1px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

