/* CSS Document */

#tabsJ {
   float:left;
	 
      width:550px;
      background:url(images/menu_bg.jpg) top repeat-x;
      font-size:12px; 

      line-height:normal; text-align:center; color:#000000;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/index1_17.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/index1_17.jpg") no-repeat right top;
      padding:8px 0px 4px 0px; height:30px; width:92px;
      color: #000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color: #999999;  background:url("images/index1_171.jpg") no-repeat right top;
      }
 #tabsJ a:hover {
      background-position:0%;  background:url("images/index1_171.jpg") no-repeat right top;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;  background:url("images/index1_171.jpg") no-repeat right top;
      }
