﻿/************主菜单****************
.menu td { background: url("Images/menu-middle.jpg") repeat-x; }
.menu .menu-first { background: url("Images/menu-left.png") no-repeat; }
.menu .menu-last { background: url("Images/menu-right.png") no-repeat; }
*/
.menu
{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #0f6fc6;
}
.menu .mbody
{
    width: 1002px;
    margin: 0 auto;
    height: 30px;
    padding: 0 15px;
    background: #0f6fc6;
}
.menu .mlist
{
    position: absolute;
    right: 10px;
    top: -60px;
    height: 60px;
    width: 802px;
}
.menu table td
{
    text-align: center;
}
.menu .table .td-class
{
    padding: 0;
}
.menu table td .a
{
    text-decoration: none;
    margin: 0 auto;
    height: 60px;
    color: #444444;
    overflow: hidden;
    line-height: 60px;
}
.menu table td .a:hover
{
    color: #0f6fc6;
    background: url(images/bg_menu_hover.png) no-repeat bottom center;
}
.menu table td .ahover
{
    color: #0f6fc6;
    background: url(images/bg_menu_hover.png) no-repeat bottom center;
}
.menu .table .second-menu
{
    
    width:auto;
}
