@charset "utf-8";
/* CSS Document */
/*tabs menu*/
#tabs4 {
      float:right;
      width:940px;
      font-size:93%;
      line-height:normal;
      border-bottom:0px solid #6B78A9;
	  margin-bottom:-4px;
	  *margin-bottom:-9px;
      }
    #tabs4 ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 50px;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
     float:right;
      /*background:url("../img/tableft4.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:right;
      display:block;
      /*background:url("../img/tabright4.gif") no-repeat right top;*/
      padding:5px 15px 4px 6px;
	  *margin-bottom:0px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
	#tabs4 a:hover {
	/*float:right;*/
      background:url("../img/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
	}
    #tabs4 a:hover span {
      /*color:#6B78A9;*/
	  color:#000;
	 /* float:right;*/
      /*display:block;*/
      background:url("../img/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  *margin-bottom:0px;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }

