#tabs5 {
      display:block;
      float:left;
      width:98%;
      background:#ffffff; /*#325ac7 */
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #325ac7;
	  padding-bottom:0px;
	  }
      
    #tabs5 ul {
          margin:0;
          padding:0px 10px 0 0;
          list-style:none;
         }
    #tabs5 li {
      display:inline;
      }

    #tabs5 a {
      float:left;
      background:url(/image/bluetableft.gif) no-repeat left top;
      margin-right:6px;  
      font-weight:bold;
      text-decoration:none;
      padding-left:4px; 
      padding-right:0px; 
      padding-top:0px; 
      padding-bottom:0px;
      }

    #tabs5 a span {
  		float:none;
        display:block;
        background:url(/image/bluetabright.gif) no-repeat right top;
        color:#FFF; 
		padding-left:6px; 
		padding-right:15px; 
		padding-top:5px; 
		padding-bottom:4px;
      }
      
    #tabs5 a:hover {
      background:url(/image/goldtableft.gif) no-repeat left top;
      text-decoration:none;
      }
      
    #tabs5 a:hover span {
      color:#FFF;
      background:url(/image/goldtabright.gif) no-repeat right top;
      }

      #tabs5 #current a {
      background:url(/image/goldtableft.gif) no-repeat left top;
      }

      #tabs5 #current a span {
      background:url(/image/goldtabright.gif) no-repeat right top;
      }