        .lavaLampWithImage {
            position: relative;
            height: 100px;
            width: 850px;
            padding: 0;
            margin: 0;
            overflow: hidden;
			
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/menu_bg-trans.png") no-repeat center;
                        width: 212px; height: 96px;
                        z-index: 8;
                        position: absolute;
                    }
                        /*.lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 100px;
                            margin-right: 7px;  7px is the width of the rounded shape 
                        }*/
                    .lavaLampWithImage li a {
						color:#777;
						display:block;
						float:left;
						height:59px;
						letter-spacing:0;
						margin:0;
						outline-color:-moz-use-text-color;
						outline-style:none;
						outline-width:medium;
						overflow:hidden;
						position:relative;
						text-align:center;
						text-decoration:none;
						top:0;
						z-index:10;
						padding:41px 0 0 0;
						width:212px;
						}
                        .lavaLampWithImage li a:hover {
                            border: none;
							color:#fff;
							text-decoration:none;
                        }
						.lavaLampWithImage .current a { color:#fff; font-weight:bold;}
						