	.menu_header {
		position:absolute;
		top:84px;
		clear:both;
		margin-left:205px;
		}
		.lavaLampMoeStyle {
            position: relative;
            height: 38px;
            width: 818px;
            overflow: hidden;
        }
                .lavaLampMoeStyle li {
                    float: right;
                    list-style: none;
                }
					.lavaLampMoeStyle li.backLava {
						background: url(../img/menu_arrow.gif) no-repeat bottom center;
					}
				#header.mbm .lavaLampMoeStyle.mbm  li.backLava{
						background: url(../img/mbm/menu_arrow.gif) no-repeat bottom center;
					}
                    .lavaLampMoeStyle li a {
						font-family:Arial, Helvetica, sans-serif;
						font-size:21px;
                        text-decoration: none;
                        color: #EFE7DF;
                        text-align: center;
                        text-transform: lowercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 38px;
                        position: relative;
                        overflow: hidden;
                        margin:auto 24px !important; margin:auto 12px;    
                    }
                        .lavaLampMoeStyle li a:hover, .lavaLampMoeStyle li a:active, .lavaLampMoeStyle li a:visited {
                            border: none;
                        }
                        .lavaLampMoeStyle li a:hover{
                            border: none; 
                            color:#F06A0A
                        }
                        .lavaLampMoeStyle li.selectedLava a {
                            color: #F06A0A;
                        }
										
