<style type="text/css">
  
  
  
  
img {
border: none;
} 



div#menu{
  
  
    background: rgb(FF,FF,FF);
    padding: 3px 0; 
    /*border: 1px solid gray;*/
    max-width: 994px;
    margin:0px 0px 0px 0px; /*top right bottom left*/
	height:30px;
	
}



/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
	  width:100%;
     /* background:#458AA5; /*-Back end color */
      font-size:93%;
      line-height:normal;
	  border-bottom:7px solid #24618E; /*-Menu down line */
	  bottom:0;
	  
      }
    #tabsJ ul {
	  padding: 0px 0; 
	  margin-left: 10; 
      margin-top: 0; 
 	  margin-bottom: 0; 
	  list-style:none;
      }
   
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
   
    #tabsJ a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;  /* Between Tab space*/
      padding:0 2 0 5px;  /* Tab size hieght/width border */
      text-decoration:none;
	
      }
    #tabsJ a span {
      float:left;
      display:block;
	 
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px; /* Tab size hieght/width */
      color:#24618E;
	  font-family: Tahoma,sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;   /* Hover Font Color */
      }
    #tabsJ a:hover {
      background-position:0% -42px;
	  
	
	  
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
	  
      }

      
	
	#tabsJ ul li a#current span {
	    
		 background-position:100% -42px;
		 
		 
         color:#FFFFFF;

    }
	
		#tabsJ ul li a#current {
	    
		 background-position:0% -42px;
		 
		 
         color:#FFFFFF;

    }


</style>
