﻿#DivSysNav
{
    width: 100%;
    height: 45px;
    text-align: right;
    overflow: hidden;
}
#TblSysNav
{
    height: 45px;
    margin: 0px 80px 0px auto;
    padding: 0px;    
    border: 0px;
    border-collapse: collapse;
}
#TblSysNav Td
{
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}
#TblSysNav .TblSysNav_BackTd
{
    width: 5px;
    height: 45px;
    background: url(../../Images/SysNavColor/SysNavBack.gif) no-repeat center top;
}
.TdSysNavButton
{
    width: 199px;
    height: 45px;
    background: url(../../Images/SysNavColor/SysNavButton.gif) no-repeat left top;
    font-size: 16px;
    color: #CCCCCC;
    font-family: 微软雅黑, 宋体;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}
.TdSysNavButtonShow
{
    width: 199px;
    height: 45px;
    background: url(../../Images/SysNavColor/SysNavButton.gif) no-repeat left top;
    font-size: 16px;
    color: #CCCCCC;
    font-family: 微软雅黑, 宋体;
    vertical-align: middle;
    cursor: pointer;
}
.TdSysNavButtonHover
{
    width: 199px;
    height: 45px;
    background: url(../../Images/SysNavColor/SysNavButton.gif) no-repeat left top;
    font-size: 0px;
    color: #20222a;
    vertical-align: middle;
}
.TdSysNavColor
{
    width: 11px;
    height: 45px;
    cursor: pointer;
}
.TdSysNavColor:hover
{
    background-position:bottom;
}