        .lavaLampWithImage {
            position: relative;
            height: 38px;
            background: url("../images/bg2.gif");
			/*background-color:#e4e4e4;*/

           /* padding: 15px;*/
		   padding-left:10px; padding-top:10px;
            margin: 0;
            overflow: hidden; /*border:#000000 dashed 1px;*/
			
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava1.gif") no-repeat right -30px;
                        width: 9px; height:30px;
                        z-index: 5;
                        position: absolute; /*border:#000000 dashed 1px;*/
                    }
                       
                    .lavaLampWithImage li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #147c9d;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        /*text-transform: uppercase;*/
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
