        .lavaLampWithImage {
            position: relative;
            height: 30px;
            width: 639px;
            background: url("images/bg.gif") no-repeat top;
            padding: 0px;
            margin: 0px 0px;
            overflow: hidden;
			float:right;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -22px;
                        width: 29px;
						height: 22px;
                        z-index: 8;
                        position: absolute;
						margin-top:4px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 22px;
                            margin-right: 7px; /* 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: 8px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 5px;
						}
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
					.lavaLampWithImage li a:hover
					 {color:#403022;}
