        .lavaLampWithImage {
            height: 30px;
            width: 414px;
			float: left;
			margin: 0;
			padding: 0;
			
			display: block;
			position: relative;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.png") repeat-x right -30px;
                        width: 0px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.png") repeat-x top left;
                            height: 30px;
                            margin-right: 0px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
							display: block;
                        position: relative;
                        overflow: hidden;
							float: left;
							padding-right: 7px;
							padding-top: 8px;
							padding-left: 7px;
							font: bold 12px Arial;
							height: 23px;
							color: #09aec6;
							text-decoration: none;
							text-transform: uppercase;						
                    }
                        .lavaLampWithImage li a:visited {
                            border: none;
                        } 
						.lavaLampWithImage li a:active, .lavaLampWithImage li a:hover , .lavaLampWithImage li .current a {
                            border: none;
							color: #dd3a33;
                        }
