        .menulavaLampWithImage {
            position: relative;
            height: 33px;
            background: url("../bg.png") no-repeat left top;
            overflow: hidden;
			
        }
			
                .menulavaLampWithImage li {
                    float: left;
                    list-style: none;
					margin-left:0px;
                }
 .menulavaLampWithImage li ul{display:none;}

                    .menulavaLampWithImage li.back {
                        background: url("../lava.png") no-repeat right -33px;
                        z-index: 8;
                        position: absolute;
						
                    }
                        .menulavaLampWithImage li.back .left {
                            background: url("../lava.png") no-repeat top left;
                            height: 33px;
                            margin-right: 20px; /* 7px is the width of the rounded shape */
                        }
                    .menulavaLampWithImage li a {
                        font: bold;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 33px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
				   
                    }
                        .menulavaLampWithImage li a:hover, .menulavaLampWithImage li a:active, .menulavaLampWithImage li a:visited {
                            border: none;
							color:#06C;
                        }

       				 .menulavaLampWithImage li a{
						color:#06C;
					}
							
						

        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                              
