﻿#top_content {
    width: 100%;
    margin: 0 auto;
}

#menu {
    height: 52px;
    width: 100%;
    min-width:1024px;
    background: url(../img/menubg.png) repeat-x;
    

}

#menu_list {
    margin: 0 auto;
    width:1024px;
}

#menu .mItem {
    /*width: 190px;*/
    width:120px;
    height: 52px;
    float: left;
    background: url(../img/menuborder.png) no-repeat right 0;
    cursor:pointer;
}
#menu .ItemT {
    float:left;
    height:52px;
    line-height:52px;
    color:#fff;
  
}
.ItemT .KFNum {
     font-family:STSong;
     font-size:18px;
     text-indent:10px;
}

    #menu .mItem .Itemrow1 {
        text-align: center;
        height: 27px;
        line-height: 45px;
        _line-height:29px;
        letter-spacing: 1px;
        /*text-shadow: 0 -1px 1px #eee;*/
        /*font-size: 20px;*/
        /*font-family: Georgia;*/
         font-size:13px;
        color:#fff;
       
    }

    #menu .mItem .Itemrow2 {
        text-align: center;
        height: 25px;
        font-size: 13px;
        line-height: 15px;
        _height: 16px;
        _line-height: 9px;
        color: #e5e5e5;
        font-family: 'Microsoft YaHei';

    }

    #menu .mItem .ItemUl {
        margin:0px;
        padding:0px;
        /*width:186px;*/
         width:116px;
        background-color:#000;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        display:none;
        position:absolute;
        z-index:99;
    }

        #menu .mItem .ItemUl .Itemli {
            list-style: none;
            height:25px;
            line-height:25px;
            text-align:center;
            color:#eee;
            font-size:13px;
            letter-spacing:1px;
            cursor:pointer;
        }


.clear {
    clear: both;
}
