@charset "utf-8";
/* CSS Document */

/* HOME BUTTON */
#home
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/home_btn.png") no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -37px;
}



#home span
{
  display: none;
}



/* ABOUT BUTTON */
#about
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/about_btn.png") no-repeat 0 0;
}

#about:hover
{ 
  background-position: 0 -37px;
}

#about span
{
  display: none;
}

/* CONTACT BUTTON */
#contact
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/contact_btn.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -37px;
}



#contact span
{
  display: none;
}

/* REGISTER BUTTON */
#register
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/register_btn.png") no-repeat 0 0;

}

#register:hover
{ 
  background-position: 0 -37px;
}



#register span
{
  display: none;
}

/* VOLUNTEER BUTTON */
#volunteer
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/volunteer_btn.png") no-repeat 0 0;

}

#volunteer:hover
{ 
  background-position: 0 -37px;
}



#volunteer span
{
  display: none;
}

/* SPONSORS BUTTON */
#sponsors
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/sponsors_on_btn.png") no-repeat 0 0;

}


#sponsors span
{
  display: none;
}

/* EXPO BUTTON */
#expo
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/expo_btn.png") no-repeat 0 0;

}

#expo:hover
{ 
  background-position: 0 -37px;
}


#expo span
{
  display: none;
}

/* SCHEDULE BUTTON */
#schedule
{
  display: block;
  width: 79px;
  height: 37px;
  background: url("images/schedule_btn.png") no-repeat 0 0;

}

#schedule:hover
{ 
  background-position: 0 -37px;
}


#schedule span
{
  display: none;
}



