ul.navi {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.navi li {
  float: left;
  background-image: url(../images/navi/menu.jpg);
  background-repeat: repeat-x;
  margin-bottom: 2px;      
}

ul.navi li.nav_help {
  background-image: url(../images/navi/abgr.jpg);
  background-repeat: no-repeat;
  width: 11px;
  line-height: 26px;
}
a.navi-a-no, a#act-a {
  color: #8f8f8f;
  text-decoration: none;  
  display: block; 
  width: 108px;
  height: 26px;
  text-align: center;
  background-image: url(../images/navi/menu-1.jpg);
  background-repeat: no-repeat; 
  line-height: 26px; 
}
a.navi-a-no:hover {
  color: #ffffff;
}
a#act-a {
  background-image: url(../images/navi/menu-1.jpg);
  background-repeat: no-repeat;
  background-position: 0px -26px;  
  color: #ffffff;
}
ul.navi li.nav_help_before_act, ul.navi li.nav_help_after_act {
  background-image: url(../images/navi/abgr.jpg);
  background-repeat: no-repeat;
  background-position: 0px -26px;
  width: 11px;
  line-height: 26px;  
}
ul.navi li.nav_help_after_act {
  background-position: 0px -52px;  
}