/* CSS Document */

/* THEATER */

#buttontheater
{
  display: block;
  width: 150px;
  height: 50px;
  background: url("/graphics/buttontheater.gif") no-repeat 0 0;

}

#buttontheater:hover
{ 
  background-position: 0 -50px;
}

#buttontheater span
{
  display: none;
}

/* FILM */

#buttonfilm
{
  display: block;
  width: 150px;
  height: 50px;
  background: url("/graphics/buttonfilm.gif") no-repeat 0 0;

}

#buttonfilm:hover
{ 
  background-position: 0 -50px;
}

#buttonfilm span
{
  display: none;
}

/* DANCE */

#buttondance
{
  display: block;
  width: 150px;
  height: 50px;
  background: url("/graphics/buttondance.gif") no-repeat 0 0;

}

#buttondance:hover
{ 
  background-position: 0 -50px;
}

#buttondance span
{
  display: none;
}

/* DYE */

#buttondye
{
  display: block;
  width: 150px;
  height: 50px;
  background: url("/graphics/buttondye.gif") no-repeat 0 0;

}

#buttondye:hover
{ 
  background-position: 0 -50px;
}

#buttondye span
{
  display: none;
}

/* CV */

#buttoncv
{
  display: block;
  width: 150px;
  height: 50px;
  background: url("/graphics/buttoncv.gif") no-repeat 0 0;

}

#buttoncv:hover
{ 
  background-position: 0 -50px;
}

#buttoncv span
{
  display: none;
}
