        .lavaLampWithImage {
            position: relative;
            height: 23px;
            width: 800px;
         
            padding: 0px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava2.jpg") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava2.jpg") no-repeat top left;
                            height: 23px;
								margin-right: 2px; /* 7px is the width of the rounded shape */
						
						margin-left: 1px;
                        }
                    .lavaLampWithImage li a {
						  font-family: Verdana, Arial, Helvetica, sans-serif;
  						font-size: 11px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 2px;
                
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                   
                        height: 23px;
                        position: relative;
                        overflow: hidden;
                         
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }



        .lavaLampsub {
           position: relative;
            height: 23px;
            width: 800px;
         
            padding: 0px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampsub li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampsub li.back {
                        background: url("images/lava2.gif") repeat right -30px;
                       width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampsub li.back .left {
                            background: url("images/lava2.gif") no-repeat top left;
                            height: 30px;
								margin-right: 2px; /* 7px is the width of the rounded shape */
						
						margin-left: 1px;
                        }
                    .lavaLampsub li a {
						  font-family: Verdana, Arial, Helvetica, sans-serif;
  						font-size: 11px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 2px;
                
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                   
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                         
                    }
                        .lavaLampsub li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
