
.lavaLampWithImage {
position: absolute;
top: 15px; right: 5px;
z-index: 10000; 
}
	.lavaLampWithImage li {
		float: left;
		list-style: none;
		margin: 0; padding: 0;
	}
		.lavaLampWithImage li.back {
			background: url(../scripts/lavalamp/lava.gif) no-repeat right -30px;
			width: 9px; height: 30px;
			z-index: 8;
			position: absolute;
		}
			.lavaLampWithImage li.back .left {
				background: url(../scripts/lavalamp/lava.gif) no-repeat top left;
				height: 30px;
				margin-right: 9px; /* 7px is the width of the rounded shape */
			}
		.lavaLampWithImage li a {
			border: none;
			font-weight:normal;
			text-decoration: none;
			outline: none;
			text-align: center;
			top: 9px;
			letter-spacing: 0;
			z-index: 10000;
			display: block;
			float: left;
			position: relative;
			margin: auto 10px;   
			color: #666666;
			height: 30px;
			padding-bottom: 5px; 
		}
			.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
				border: none;
			}

 .current a { color: #333333 !important; font-weight: bold !important; text-transform: uppercase; z-index: 10000;}