        .lavaLampWithImage {
            position: relative;
            height: 41px;
            width: 780px;
/*            background: url("menu_hover_bg.png") no-repeat top;*/
            padding: 9px 0px 0px 0px;
            margin: 0px 0;
            overflow: hidden;
			float: right;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("menu_hover_bg.png") no-repeat right -34px;
                        width: 24px; height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("menu_hover_bg.png") no-repeat top left;
                            height: 34px;
                            margin-right: 20px; /* 20px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: normal 12px Arial, Helvetica, sans-serif;
                        text-decoration: none;
                        color: #9A96AB;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto;
						padding-left: 32px;
						padding-right: 5px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							color: #B1AEBD;
                        }

        .lavaLampNoImage {
            position: relative;
            height: 41px;
            width: 780px;
            background-color: white;
            padding: 9px 0px 0px 0px;
            margin: 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 24px;
                        height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
							color: #B1AEBD;
                        }                    

        .lavaLampBottomStyle {
            position: relative;
            height: 41px;
            width: 780px;
            background-color: white;
            padding: 9px 0px 0px 0px;
            margin: 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 24px;
                        height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
							color: #B1AEBD;
                        }                     