﻿body {
  margin: 0;
  text-align: center;
}
.form1{
    width: 994px;
}
.SubMenu {
    text-align: left;
    font-size: 10pt;
    background: #04A9D9;
    width: 160px;
    padding-left: 4px;
    line-height: 18px;
}
.Menu {
    margin-top: 4px;
}
.MenuHover {
    background: #04A9D9;
}
.MenuHover a:hover {
    text-decoration: none;
}

.SubMenu a:hover {
    background: #008DF1;
    text-decoration: none;
}
.SubMenuHover {
    background: #008DF1;
}
.FourLogo{
    width: 177px;
    height: 193px;
    background-repeat: no-repeat;
    background-position: center center;
}
.FourLogo td {
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    font-size: 10pt;
    font-weight: bold;
    text-indent: 12px;
}
.FourLogo td a {
  color: Black;
  text-decoration: none;
}
.FourLogo td a:hover {
  text-decoration: underline;
 }
.TreeViewRoot
{
  color: White;
  background-image: url( '../Images/TitleBackground6.gif' );
  background-repeat: no-repeat;
  width: 141px;
  height: 27px;
  text-indent: 39px;
  font-size: 10pt;
  font-weight: 600;
}
.TreeViewRoot a {
    background-image: none;
}
.TreeViewSecond {
    color: Black;
    background-image: url('../Images/SubCategory.gif');
    background-repeat: no-repeat;
    width: 135px;
    height: 25px;
    text-indent: 39px;
    font-size: 10pt;
    font-weight: 600;
}
.TreeViewSecond a {
    background-image: none;
}
.TreeViewSelect {
    background-image: url('../Images/SubCategorySelected.gif');
}

 .MenuTable
  {
    width: 76%;
    font-family: 黑体;
    font-size: 11pt;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 6px;
  }
  .MenuTable td {
    border-width: 1px;
    border-color: #FFFFFF;
    border-left-style: solid;
  }
  .MenuTable a {
      color: White;
      text-decoration: none;
  }
  .MenuTable a:hover {
    background-color: #04A9D9;
    text-decoration: none;
  }

