td#menu
{ background-image:url(../images/headingbg.gif);
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  margin-left:11px;
  padding:3px;
   border:none; color:#000000; 
}
a.button
{ background-image:url(../images/headingbg.gif);
  border-bottom:none;
   /*Sky Blue*/
  display:block;
  padding:3px; 
  text-decoration:none;
  }
  
a.button:hover
{  /* Specify only the properties that differ from a.button */
	background-image:url(../images/headingbg_o.gif);
   
  }
  a.button:active
{  /* Specify only the properties that differ from a.button */
	background-image:url(../images/headingbg.gif);
 
  }
  
  .current
  {  /* Specify only the properties that differ from a.button */
	background-image:url(../images/headingbg_o.gif);
        margin-left:11px;
    padding:3px;
    border:none; color:#000000; 
  }