.lavaLampWithImage {
	position: relative;
	height: 16px;
	width: 265px;
	padding: 0px;
	margin: 0px 0;
	overflow: hidden;
	}
        
.lavaLampWithImage li {
	float: left;
	list-style: none;
	}

.lavaLampWithImage li.back {
	background: url("../img/menu/pinkslate_background.gif") no-repeat right 0px;
	height: 16px;
	z-index: 0;
	position: absolute;
	display: inline;
	}

.lavaLampWithImage li.back .left {
	background: url("../img/menu/pinkslate_background.gif") no-repeat top left;
	height: 16px;
	margin-right: 0px; /* 7px is the width of the rounded shape */
	display: inline;
	}

.lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 0px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 16px;
	position: relative;
	overflow: hidden;
	margin: auto 6px;
	display: inline;
	}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	color: #33ff33;
	}   
