/* CSS Document */

#roll_commercial
{
  display: block;
  width: 183px;
  height: 55px;
  background: url(../img/b_commerical.png) no-repeat 0 0;
  float: left;

}

#roll_commercial:hover
{ 
  background-position: 0 -55px;
}

#roll_commercial span
{
  display: none;
}

#roll_residential
{
  display: block;
  width: 180px;
  height: 55px;
  background: url(../img/b_residential.png) no-repeat 0 0;
  float: left;

}

#roll_residential:hover
{ 
  background-position: 0 -55px;
}

#roll_residential span
{
  display: none;
}

#roll_vacancies
{
  display: block;
  width: 180px;
  height: 55px;
  background: url(../img/b_vacancies.png) no-repeat 0 0;
  float: left;

}

#roll_vacancies:hover
{ 
  background-position: 0 -55px;
}

#roll_vacancies span
{
  display: none;
}


#roll_news
{
  display: block;
  width: 180px;
  height: 55px;
  background: url(../img/b_news.png) no-repeat 0 0;
  float: left;

}


#roll_news:hover
{ 
  background-position: 0 -55px;
}

#roll_news span
{
  display: none;
}

#roll_contact
{
  display: block;
  width: 189px;
  height: 55px;
  background: url(../img/b_contact.png) no-repeat 0 0;
  float: left;

}

#roll_contact:hover
{ 
  background-position: 0 -55px;
}

#roll_contact span
{
  display: none;
}
