/* Styles for the entire LavaLamp menu */
.lavaLampWithImage {
	position: relative;
 	margin: 0;
	/*
   overflow: hidden;*/
}

.lavaLampWithImage li {
	list-style: none;
	background-color: transparent;
}


.lavaLampWithImage li.back {
	background: url("../images/lava.png") no-repeat right -20px;
	width: 6px; 
	height: 20px;
	z-index: 8;
	position: absolute;
	background-color: transparent;
}

.lavaLampWithImage li.back .left {
	background: url("../images/lava.png") no-repeat top left;
   height: 20px;
   margin-right: 6px; /* 6px is the width of the rounded shape */
	background-color: transparent;
}

.lavaLampWithImage li a {
	font-size: 14px;
	font-weight: normal;
   text-decoration: none;
   color: #0282db;
   outline: none;
   text-align: center;
   top: 1px;
   text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
   display: block;
   float: left;
   height: 20px;
   position: relative;
   overflow: hidden;
   margin: auto 10px;   
	background-color: transparent; 
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	background-color: transparent;
	background: none;
}





