 /*   body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	font-size: 84%;
	}
 
 */
 
/*- Menu Tabs --------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#e9e1c2;	
      font-size:97%;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight:bold;
      line-height:normal;
	  border-bottom:0px solid #24618E;
	  text-decoration: none;
	  border-bottom:0px; 
      }
	  
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
	text-decoration: none;
      }
	  
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
	  text-decoration: none;
	 
      }
	  
    #tabsJ a {
      
	  float:left;
      background:url("/oic/wship/images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      background-position:0% -42px;
	  text-decoration: none;
	  border-bottom:0px; 
      }

	  
	/* text on tabs */
    #tabsJ a span {
      float:left;
      display:block;
      background:url("/oic/wship/images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      background-position:100% -42px;
	  text-decoration: none;
	  border-bottom:0px; 
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	
    #tabsJ a span {float:none;
	text-decoration: none;
	border-bottom:0px; }
    /* End IE5-Mac hack */
	
    #tabsJ a:hover span {
      color:#24618E;
	    text-decoration: none;
		border-bottom:0px; 
      }
	  
    #tabsJ a:hover {
      background-position:0% 0px;
	   background:url("/oic/wship/images/tableftJ.gif") no-repeat left top;
	   color:#24618E;
	  text-decoration: none;
	  border-bottom:0px; 
      }
	  
    #tabsJ a:hover span {
      background-position:100% 0px;
	   color:#24618E;
	   background:url("/oic/wship/images/tabrightJ.gif") no-repeat right top;
	     text-decoration: none;
		 border-bottom:0px; 
      }
	  
   #tabsJ #current a {
      background-position:0% 0px;
	   color:#24618E;
	   text-decoration: none;
	   border-bottom:0px; 
      }
	  
    #tabsJ #current a span {
      background-position:100% 0px;
      color:#24618E;
	  text-decoration: none;
	  border-bottom:0px; 
      }