        ul.lavaLampWithImage {
            position: relative;
            height: 28px;
            /* background:url(/images/bg.gif) no-repeat top;*/
            padding: 0px 40px 10px 40px;
            margin: 0px 0px;
            overflow: hidden;
			float:right;
        }
		ul.lavaLampWithImage li {
			float:right;
			list-style: none;
		}
		ul.lavaLampWithImage li.back {
			background: url(../images/lava1.gif) no-repeat right top;
			width: 9px; height: 28px;
			z-index: 8;
			position: absolute;
		}
		ul.lavaLampWithImage li.back .left {
			background: url(../images/lava1.gif) no-repeat left top;
			height: 42px;
			margin-right: 5px; /* 7px is the width of the rounded shape */
		}

		ul.lavaLampWithImage li a {
			font: bold 12px arial;
			text-decoration: none;
			color: #222222;
			outline: none;
			text-align: center;
			top: 5px;
			text-transform:none;
			letter-spacing: 0;
			z-index: 10;
			display: block;
			float: left;
			height:28px;
			position: relative;

			margin: 0px 11px;
			padding:2px 0 0 0;
		}
		
		ul.lavaLampWithImage li a:hover, ul.lavaLampWithImage li.current a{
			color: #222;
			border: none;
		}
