    .dl
    {
        float:left;
    }
    .dr
    {
        float:right;
    }
    .mx
    {
        width:100%;
    }
    .menu
    {
        float:left;
        width:63px;
        height:31px;
        
    }
    .menu1
    {
        float:left;
        width:90px;
        height:31px;
        
    }
    .menu2
    {
        float:left;
        width:107px;
        height:31px;
        
    }
    .menu3
    {
        float:left;
        width:178px;
        height:30px;
        
    }
    a
    {
        color:#333333;
        text-decoration:none;
    }
    a:hover
    {
        color:#dd3322;
        text-decoration:underline;
    }
    .bottomlink a
    {
        color:#fff;
        text-decoration:none;
    }
    .bottomlink a:hover
    {
        color:#dd3322;
        text-decoration:underline;
    } 
    .ty
    {
        color:#f00303;
        font-weight:bold;

    }
       ul,ul li,div
        {
            float:left;
        }
        ul,ul li
        {
            padding:0px;
            margin:0px;
        }
        li
        {
            list-style-type:none;
        }
        .Max
        {
            width:100%;
        }
        .Clear
        {
            float:none;
        }
        
        ._MenuHead
        {
            height:35px;
            text-align:center;
        }
        ._MenuContext
        {
            display:none;
            position:absolute;
            height:40px;
            line-height:28px;
        }
        ._MenuShadow
        {
            position:absolute;
            background:#fff;
            height:40px;
            width:100%;
            display:none;
        }