@charset "utf-8";
    #tabsJ {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	font-family: Arial;
	font-size: 8px;
	font-weight:bold
      }
    #tabsJ ul {
	margin:0;
	padding:2px 2px 0 1px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../imagens/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../imagens/tabrightJ.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -25px;
      }
    #tabsJ a:hover span {
      background-position:100% -25px;
      }


