      #navigation2 {
	  position:relative;
	  margin-top: -180px;
	  padding:10px 0px 10px;
      display:inline;
	  font-size: 0.85em;
	  z-index: 30;
      }

	 .lavaLampWithImage {
	position: relative;
	height: 19px;
	width: 826px;
	background: url("../extras/nav_bg.png") no-repeat top;
	padding: 5px;
	margin-top: 110px;
	z-index: 6;
	overflow: hidden;

        }
	
     .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../extras/nav_lava2.png") no-repeat right;
                        width: 9px; height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../extras/nav_lava2.png") no-repeat top left;
                            height: 20px;
                           /* margin-right: 9px;  7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 0.85em arial;
                        text-decoration: none;
						color: #fff;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        text-transform: uppercase;
                        letter-spacing: -5;
                        z-index: 10;
                        display:inline;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 6px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            font: 0.85em arial;
                            text-decoration: none;
						    color: #fff;
							border: none;
                        }
		                   
