    .lavaLampWithImage {
	position: relative;
	height: 23px;
	width: 955px;
	padding: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
      }
	  
    .lavaLampWithImage li {
	float: left;
	list-style: none;
      }
	  
    .lavaLampWithImage li.back {
	background: url("../images/lava.png") no-repeat right -30px;
	width: 10px;
	height: 23px;
	z-index: 8;
	position: absolute;
    }
	
    .lavaLampWithImage li.back .left {
	background: url("../images/lava.png") no-repeat top left;
	height: 23px;
	margin-right: 8px;
    }
						
    .lavaLampWithImage li a {
	text-decoration: none;
	color: #000000;
	outline: none;
	text-align: center;
	top: 3px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 23px;
	position: relative;
	overflow: hidden;
	margin: auto 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
      }
	  
      
	.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
       }

	.lavaLampWithImage li a:visited{
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}



	/*1st sub level menu*/
	.lavaLampWithImage ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	}
	.lavaLampWithImage ul li ul li{
	display: list-item;
	float: none;
	}
	
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	.lavaLampWithImage ul li ul li ul{
	top: 0;
	}
	
	/* Sub level menu links style */
	.lavaLampWithImage ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	}
	
	.lavaLampWithImage ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
	}