.menu
{
  margin-top:             2px;
  float:                  right;
  height:                 51px;
  width:                  220px;
}

a.menu1
{
  width:                  42px;
  background:             url(../images/menu/menu01.png) no-repeat;
}

a.menu2
{
  width:                  62px;
  background:             url(../images/menu/menu02.png) no-repeat;
}

a.menu3
{
  width:                  55px;
  background:             url(../images/menu/menu03.png) no-repeat;
}

a.menu4
{
  width:                  61px;
  background:             url(../images/menu/menu04.png) no-repeat;
}

a.menu1, a.menu2, a.menu3, a.menu4
{
  float:                  left;
  height:                 51px;
  background-position:    0 0px;
}

a:visited.menu1, a:visited.menu2, a:visited.menu3, a:visited.menu4
{
  background-position:    0 0px;
}

a:hover.menu1, a:hover.menu2, a:hover.menu3, a:hover.menu4
{
  background-position:    0 -51px;
}