        * {margin:0; padding:0;}
		.lavaLampWithImage {
	list-style-type: none;
	height: 38px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
        }
                .lavaLampWithImage li {
                    color: white;
                    font-weight: bold;
                    text-align: center;
                    font-family: Arial;
                    font-size: 16px;
                    list-style-type: none;
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        list-style-type: none;
                        background: url(../images/lavalamp-right-background.png) no-repeat right;
                        width: 9px; height: 38px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
	list-style-type: none;
	background: url(../images/lavalamp-left-background.png) no-repeat left;
	height: 38px;
	margin-right: 9px;
                        }
                    .lavaLampWithImage li a {
	text-shadow: 0px 1px 1px black;
	color: white;
	margin-top: 7px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	text-decoration: none;
	outline: none;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .current a,  current a:visited .lavaLampWithImage li a:visited {
                            list-style-type: none;
                            border: none;
                        }

