#menu_table { width: 100%;}
#menu_table td { background-image: url('/templates/gakko/img/menu_bg.gif');}
#menu_table #menu_active { background-image: none; }

.menu_td {
  background-image: url('/templates/gakko/img/menu_bg.gif');
  height: 25px;

}
.menu_td a {
  color: #ffffff;
  font-family: Times New Roman;
  font-size: 12pt;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

#menu_active {
  background-color: #ffffff;
  background-image: none;
  padding: 0px;
  height: 25px;
}
#menu_active a {
  color: #ff0000;
  font-family: Times New Roman;
  font-size: 12pt;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

