.lavaLamp {
	height: 25px;
	width: 1000px;
	overflow: hidden;
	background-image: url(../../photos/background/transpBlack75.png);
	background-repeat: repeat;
	background-position: top;
	position: relative;
        }
.lavaLamp li {
	float: left;
	list-style: none;
                }
.lavaLamp li.back {
	width: 7px;
	z-index: 8;
	position: absolute;
	background-image: url(lava2.gif);
	background-repeat: no-repeat;
	background-position: right -60px;
	margin-right: 7px;
	height: 25px;
	padding-top: 5px;
                    }
.lavaLamp li.back .left {
	background: url("lava2.gif") no-repeat top left; /* 7px is the width of the rounded shape */
	height: 25px;
                        }
.lavaLamp li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 12;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	font-family: Helvetica, "Helvetica Neue", Arial, "Arial Black", "Gill Sans Bold", "Times Bold", "Times Roman";
	font-size: 1em;
	font-weight: bolder;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
