﻿/* htglmain_left menu */
.tabsson {
   width: 180px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   display: none;
   background:#F3F3F3;
}

.leftul {
    margin: 0;
    padding: 8px 8px 8px 28px;
    list-style: none;
    line-height: 200%;
}

.leftli {
    margin: 0;
    padding: 0;
}

/* 1 */
#tabs1 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs1 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_1.gif") no-repeat right top;
}

#tabs1 a:hover {
    background-position:100% -30px; 
}

#tabs1 a:hover span {
    color:#ff0000;
}

#tabs1 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 2 */
#tabs2 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs2 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_2.gif") no-repeat right top;
}

#tabs2 a:hover {
    background-position:100% -30px; 
}

#tabs2 a:hover span {
    color:#ff0000;
}

#tabs2 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 3 */
#tabs3 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs3 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_3.gif") no-repeat right top;
}

#tabs3 a:hover {
    background-position:100% -30px; 
}

#tabs3 a:hover span {
    color:#ff0000;
}

#tabs3 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 4 */
#tabs4 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs4 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_4.gif") no-repeat right top;
}

#tabs4 a:hover {
    background-position:100% -30px; 
}

#tabs4 a:hover span {
    color:#ff0000;
}

#tabs4 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 5 */
#tabs5 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs5 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_5.gif") no-repeat right top;
}

#tabs5 a:hover {
    background-position:100% -30px; 
}

#tabs5 a:hover span {
    color:#ff0000;
}

#tabs5 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 6 */
#tabs6 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs6 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_6.gif") no-repeat right top;
}

#tabs6 a:hover {
    background-position:100% -30px; 
}

#tabs6 a:hover span {
    color:#ff0000;
}

#tabs6 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/* 7 */
#tabs7 {
   width: 180px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
}

#tabs7 a {
   width: 180px;
   height: 30px;
   display:block;
   text-decoration:none;
   margin:0;
   background:url("../../htgl30/images/menu_7.gif") no-repeat right top;
}

#tabs7 a:hover {
    background-position:100% -30px; 
}

#tabs7 a:hover span {
    color:#ff0000;
}

#tabs7 a span {
    display:block;
    font-family: 宋体;
    font-size: 10pt;
    font-weight: bold;
    color:#000000;
}

/*- Menu Tabs righttab1--------------------------- */
    #righttab1 {
      float:left;
      width:100%;
	  background:#F4F7FB;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
      }
    #righttab1 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #righttab1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #righttab1 a {
      float:left;
      background:url("../../htgl30/images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #righttab1 a span {
      float:left;
      display:block;
      background:url("../../htgl30/images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #righttab1 a span {float:none;}
    /* End IE5-Mac hack */
    #righttab1 a:hover span {
      color:#003471;
      }
    #righttab1 a:hover {
      background-position:0% -42px;
      }
    #righttab1 a:hover span {
      background-position:100% -42px;
      }
