.lavaLampWithImage {
	position: relative;
	height: 34px;
	padding-top: 5px; 
	padding-left: 60px;
	margin: 10px 0;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	margin:0px !important;
}

.lavaLampWithImage li.back {
	background: url("../img/lava.gif") no-repeat right -22px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
	margin:0px !important;
}

.lavaLampWithImage li.back .left {
	background: url("../img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

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

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

.selected a
{
	color:white !important;
}

.selected ul li a
{
	color:#464646 !important;
}