﻿body,td,th {
	font-family: 新細明體, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
}
a {
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
}

/*- Menu Tab--------------------------- */

    #tabnews {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
      border-bottom:2px solid #aaa111;
      }
    #tabnews ul {
          margin:0;
          padding:10px 0px 0px 3px;
          list-style:none;
      }
    #tabnews li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabnews a {
      float:left;
      /*background:url("bg.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      border-left:1px solid #fff;
	  border-top:1px solid #fff;
	  border-right:1px solid #aaa;

      }
    #tabnews a span {
      float:left;
      display:block;
      background:url("image/tabright6.gif") no-repeat left top;
      /*background: gray;*/
      padding:3px 3px 2px 5px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabnews a span {float:none;}
    /* End IE5-Mac hack */
    #tabnews a:hover span {
      color:#FFF;
      }
    #tabnews a:hover {
      background-position:0% -42px;
      }
    #tabnews a:hover span {
      background-position:100% -42px;
      }

      #tabnews #current a {
              background-position:0% -42px;
      }
      #tabnews #current a span {
              background-position:100% -42px;
              BACKGROUND-IMAGE: url("image/tableleft6.gif");
              PADDING-BOTTOM: 5px;
              COLOR: black
      }
