﻿@charset "utf-8";
.menu{
   padding-bottom: 0px;
    margin: auto;
    padding-left: 0px;
    width: 1095px;
    padding-right: 0px;
    display: block;
    height: 47px;
    padding-top: 0px;
}
.menu UL{
   padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-image: none;
    padding-top: 0px;
}
.menu UL LI{
   position: relative;
    text-align: center;
    line-height: 47px;
    float: left;
    overflow: hidden;
}
.menu UL LI A{
   position: relative;
    width: 170px;
    display: block;
   
    height: 47px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.menu UL LI A SPAN{
   position: absolute;
    width: 170px;
    left: 0px;
}
.menu UL LI A SPAN.out{
   top: 0px;
}
.menu UL LI A SPAN.over{
   top: -47px;
}
.menu UL LI A SPAN.bg{
   top: -47px;
}
#menu2 UL .last{
   margin-right: 0px;
}
#menu2 UL LI{
   margin-right: 3px;
}
#menu2 UL LI A{
   font-family: 微软雅黑;
    background: #e4e4e4;
    color: #333;
}
#menu2 UL LI A SPAN.over{
   background-color: #cd0d0c;
    color: #fff;
}
