#menu_bar
{
  width: 798px;
  height: 33px;
  background: url("../image/common/menu_bar.png") 0 0 repeat-x;
  color: #ffffff;
  font-weight: bold;
}


#menu_bar #menu_current
{
  display: block;
  width: 133px;
  height: 16px;
  padding: 8px 0px;
  font: bold 100% sans-serif;
  color: #000000;
  background: url("../image/common/menu_item.png") 0 -66px repeat-x;
  text-decoration: none;
  text-align: center;
  float: left;
}


#menu_bar a
{
  display: block;
  width: 133px;
  height: 16px;
  padding: 8px 0px;
  font: bold 100% sans-serif;
  color: #ffffff;
  background: url("../image/common/menu_item.png") 0 0 repeat-x;
  text-decoration: none;
  text-align: center;
  float: left;
}


#menu_bar a:hover
{ 
  background-position: 0 -33px;
  color: #000000;
}


#menu_bar a:active
{
  background-position: 0 -66px;
  color: #000000;
}
