﻿#uc_head
{
    width: 1003px;
    height: 249px;
    margin-left: auto;
    margin-right: auto;
    background: url("top.jpg") no-repeat;
}
*
{
    margin: 0;
    padding: 0;
}
.uc_headmenu
{
    width: 1003px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    background: url('bg01.gif') repeat-x;
}

.uc_headmenu ul
{
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.uc_headmenu li
{
    list-style: none;
    float: left;
    line-height: 36px;
    height: 36px;
    width: 123px;
    text-align: center;
    background: url('bg02.gif') no-repeat right center;
}

.uc_submenu a:link, .uc_headmenu a:link
{
    text-decoration: none;
    color: white;
}

.uc_submenu a:visited, .uc_headmenu a:visited
{
    text-decoration: none;
    color: white;
}

.uc_submenu a:active, .uc_headmenu a:active
{
    text-decoration: none;
    color: white;
}

.uc_submenu a:hover, .uc_headmenu a:hover
{
    text-decoration: none;
    color: white;
}
.uc_submenu a:hover
{
    text-decoration: none;
    color: #93FF93;
}
.uc_submenu
{
    position: relative;
    z-index:9999;
}

.submenu_table
{
    background: #35610b;    
    display: none;
    position: absolute;
}

.submenu_table .td
{
    font-size: 12px;
    font-family: "宋体";
    line-height: 18px;
    width: 85px;
}

.submenu_table a
{
    color:White;
    cursor:pointer;
}
