        /*.lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 800px;
           
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }*/
		
		.LavaLampMenu {
			width:800px;
			height:32px;
			position:absolute;
			top:7px;
			right:0px;
			margin:0px;
			/*border:1px solid #cccccc;*/
			/*text-align:right;*/
		}
		
                .LavaLampMenu li {
                    float: left;
                    /*float: right;*/
                    list-style: none;
                }
                    .LavaLampMenu li.back {
                        background: url("hover.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 0;
                        position: absolute;
                    }
                        .LavaLampMenu li.back .left {
                            background: url("hover.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .LavaLampMenu li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 1000;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .LavaLampMenu li a:hover, .LavaLampMenu li a:active, .LavaLampMenu li a:visited {
                            border: none;
                        }