.menu {width:100%;height:100px;background:#fff;z-index:9999;}
.menu1{position:fixed;top:0px; left:0px;}
.menulist {height:35px;padding:32px 0 33px 0}
.menulist li{height:35px;line-height:35px;width:90px;float:left;margin:0 1px}
.menulist li a {display:block;text-align: center;color: #333;}
.menulist li:hover {background: url(../images/btn.png) no-repeat;}
.menulist li:hover a{color:#fff}
.menulist li.curr {background: url(../images/btn.png) no-repeat;}
.menulist li.curr a{color:#fff}
.menu img {margin-top:26px;}
