#menu {
            position: relative;
            height: 66px;
            width: 1042px;
            background: url("../images/menubg.png") no-repeat top;
            overflow: hidden;
			margin:0 auto;
			top: 60px;
}

        .lavaLampWithImage {
            width: 950px;
			padding-top:15pt;
            margin: 0px auto;
			
        }
		.lavaLampWithImage  ul{
            width: 900px;
						background-color:#c90000;
            
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;

                }
                    .lavaLampWithImage li a {
                        font-family: 'Swis721CnBTBold';
						FONT-WEIGHT: none; 
						font-size:13px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 6px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 26px;
                        position: relative;
                        overflow: hidden;
						text-align:center;
                        margin: auto 18px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

              