/* CSS Document */
    #tabs9 {
	font: bold 12px/1.5em Verdana;
	line-height:normal;
	padding-left: 0px;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF7D02;
	

	width: 760px;
	margin-right: auto;
	margin-left: auto;
      }
    #tabs9 ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	margin: 0;
	height:25px !important;
	height: auto;
      }

    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableft9.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabs9 a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 8px;
	padding-right: 28px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(../images/tabright9.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }
