.lavaLampWithImage {
	position: relative;
	width: 520px;
	overflow: hidden;
	margin-top: 17px;
	margin-right: 0;
	margin-left: 80px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
html>body .lavaLampWithImage {
	position: relative;
	width: 510px;
	overflow: hidden;
	margin-top: 17px;
	margin-right: 0;
	margin-left: 50px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.lavaLampWithImage li {
    float: left;
    list-style: none;
}
.lavaLampWithImage li.back {
	width: 9px;
	height: 25px;
	z-index: 8;
	position: absolute;
	background-image: url(../image/navibar/lava.png);
	background-repeat: no-repeat;
	background-position: right -25px;
}
.lavaLampWithImage li.back .left {
	height: 25px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	background-image: url(../image/navibar/lava.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.toprow {
	width: 535px;
	margin-right: auto;
	margin-left: auto;
}
.bottomrow {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.lavaLampWithImage li a {
	text-decoration: none;
	text-align: center;
	top: 4px;
	text-transform: capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: auto;
	margin-right: 7px;
	margin-bottom: auto;
	margin-left: 7px;
	color: #3a2a3c;
	line-height: 20px;
}
html>body .lavaLampWithImage li a {
	text-decoration: none;
	text-align: center;
	top: 4px;
	text-transform: capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: auto;
	margin-right: 12px;
	margin-bottom: auto;
	margin-left: 12px;
	color: #3a2a3c;
	line-height: 20px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}
