        .lavaLampWithImage {
            position: relative;
            height: 28px;
            width: 961px;
            background:url(../images/menu.jpg) no-repeat;
            padding: 10px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
					background:none;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -20px;
                        width:9px;
						height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 20px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        float: left;
                        font: normal 12px "trebuchet MS" Arial, Helvetica, sans-serif;
                        text-decoration: none;
                        color: #000000;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        text-transform: uppercase;
                        z-index: 10;
                        display: block;
                        height: 20px;
                        position: relative;
                        overflow: hidden;  
						padding:0px 15px 0px 15px;  
                    }
					
                    .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
                        color: #fff;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
						
						
						
						
						
.lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 800px;
            padding: 15px;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #1D8DB8;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        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;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     

