        .lavaLamp {
            position: relative;
            height: 40px;
            width: 970px;
            background: url("bg.png") no-repeat top;
            padding-left: 15px;
			margin: 0;
            overflow: visible;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        background: url("lava.png") no-repeat right -40px;
                        width: 9px; height: 40px;
                        z-index: 0;
                        position: absolute;
                    }
                        .lavaLamp li.back .left {
                            background: url("lava.png") no-repeat top left;
                            height: 40px;
                            margin-right: 18px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLamp li a {
                        font: 9pt Verdana;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 13px;
                        letter-spacing: 0;
                        z-index: 100;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: visible;
                        margin: auto 10px;  
						text-shadow: #000 0 0 2px;
						padding: 0 5px;
                    }
                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }
						.lavaLamp li a:hover
						{
							text-shadow: #fff 0 0 2px;
						}