        .lavaLampWithImage {
            position: relative;
			width:900px;
			height:20px;
			background-image:url(images/meniubg.png);
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.png") no-repeat right -20px;
                        width: 8px; height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.png") no-repeat top left;
                            height: 20px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
						 float: left;
  height:20px;
  font-size:14px;
  text-decoration: none; 
  padding:0px 0px 0px 0px;
  vertical-align:top;
  font-weight: bold;
  color: #6a6a6a;  
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }