        .lavaLampWithImage {
	position: relative;
	height: 52px;
	width: 860px;
	overflow: hidden;
        }
                .lavaLampWithImage li {
	float: left;
	list-style: none;
	height: 52px;
                }
                    .lavaLampWithImage li.back {
	background: url(../img/pc/ex_back.jpg) no-repeat right 0px;
	z-index: 100;
	position: absolute;
	width: 80px;
	margin-top: 19px;
	margin-left: -20px;
                    }
                        .lavaLampWithImage li.back .left {
	background: url(../img/pc/ex_back.jpg) no-repeat top left; /* 7px is the width of the rounded shape */
	z-index: 100;
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;

                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 52px;
                        position: relative;
                        overflow: hidden;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

        .lavaLampNoImage {
            position: relative;

            background-color: white;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
	float: left;
	list-style: none;
	height: 52px;
                }
                    .lavaLampNoImage li.back {
	border: 1px solid #000;
	background-color: #e6e8ea;
	z-index: 8;
	position: absolute;
                    }
                    .lavaLampNoImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	height: 52px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    

        .lavaLampBottomStyle {
            position: relative;

            background-color: white;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
	float: left;
	list-style: none;
	height: 52px;
                }
                    .lavaLampBottomStyle li.back {
	border-bottom: 5px solid blue;
	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;
                        }                     
