        ul.lavaLampWithImage {
            position: relative;

            height: 29px;
            width: 340px;
            background: url(../../images/bg.gif) no-repeat top;
            padding: 12px 0px 10px 0px;
            margin: 10px 0px;
            overflow: hidden;
			float:right;
        }
		ul.lavaLampWithImage li {
			float: left;
			list-style: none;
		}
		ul.lavaLampWithImage li.back {
			background: url(../../images/lava1.png) no-repeat right -30px;
			width: 9px; height: 30px;
			z-index: 8;
			position: absolute;
		}
		ul.lavaLampWithImage li.back .left {
			background: url(../../images/lava1.png) no-repeat top left;
			height: 30px;
			margin-right: 5px; /* 7px is the width of the rounded shape */
		}
		ul.lavaLampWithImage li a {
			font: bold 12px arial;
			text-decoration: none;
			color: #1a6fa3;
			outline: none;
			text-align: center;
			top: 7px;
			text-transform: uppercase;
			letter-spacing: 0;
			z-index: 10;
			display: block;
			float: left;
			height: 30px;
			position: relative;

			margin: 0px 10px;
			padding:0px;
		}
		ul.lavaLampWithImage li a:hover, ul.lavaLampWithImage li a:active, ul.lavaLampWithImage li a:visited {
			color: #1a6fa3;
			border: none;
		}


