    #tabsJ {
      text-align:center;
	  float:right;
      width:100%;
      /*background:#F4F4F4;*/
      /*background:url("../images/menu/fondoiza.jpg") no-repeat left top;*/
      font-size:80%;
      line-height:normal;
      
	  /*border-bottom:1px solid #24618E;*/
	  margin-left:0;
	  margin-top:0;
      }
    #tabsJ ul {
	  text-align:center;
	  margin:0;
	  padding:0px 0px 0px 0px;
	  /*list-style:none;*/
	 /* background:url("../images/menu/fondoiza.jpg") no-repeat left top;*/
      }
    #tabsJ li {
      display:  inline;
      margin:0;
      padding:0;
      }
    #tabsJ a 
    {
	  text-align: center;
      float: left;
      background:Black; /*url("../images/menu/tableftJ.gif") no-repeat left top; */
      margin:  0 0 0 0px;
      padding:0 0 2 0px;
      text-decoration: none;
      }
    #tabsJ a span {
      text-align:center;
      float:right;
      display:   block;
      background:url("../images/menu/tabright.gif") no-repeat right top;
      
     padding:8px 15px 5px 20px;
       /*color:#24618E;*/
      color: White;
	  font-weight:800;
	  font-family:Verdana;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      /*color:#FFF;*/
      color: White;

      }
    #tabsJ a:hover {
      background-position:0% 0px;
      
      }
    #tabsJ a:hover span {
      background-position:100% -30px;
      
      }
