@charset "UTF-8";
/* CSS Document */

#today
{
  display: block;
  width: 186px;
  height: 43px;
  background: url("../images/today.gif") no-repeat 0 0;

}

#today:hover
{ 
  background-position: 0 -43px;
}

#today span
{
  display: none;
}

#yesterday
{
  display: block;
  width: 186px;
  height: 44px;
  background: url("../images/yesterday.gif") no-repeat 0 0;

}

#yesterday:hover
{ 
  background-position: 0 -44px;
}

#yesterday span
{
  display: none;
}

#yesterday2
{
  display: block;
  width: 600px;
  height: 44px;
  background: url("../images/yesterday2.gif") no-repeat 0 0;

}

#yesterday2:hover
{ 
  background-position: 0 -44px;
}

#yesterday2 span
{
  display: none;
}