#about{
  display:inline;
  float:left;
  height:72px;
  width:156px;
}

#services{
  display:inline;
  float:left;
  height:72px;
  width:170px;
}

#expat{
  display:inline;
  float:left;
  height:72px;
  width:190px;
}

#corporates{
  display:inline;
  float:left;
  height:72px;
  width:200px;
}

#prices{
  display:inline;
  float:left;
  height:72px;
  width:157px;
}

#contact{
  display:inline;
  float:left;
  height:72px;
  width:171px;
}




#about a{
  display:block;
  background-image:url(../img/menu/en/about.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  height:72px;
  width:156px;
}
#about a:hover{
    background-position:top center;
}

#services a{
  display:block;
  background-image:url(../img/menu/en/services.jpg);
  background-position:center bottom;
  background-repeat:no-repeat;
  height:72px;
  width:170px;
}
#services a:hover{
    background-position:top center;
}

#expat a{
  display:block;
  background-image:url(../img/menu/en/expat.jpg);
  background-position:center bottom;
  background-repeat:no-repeat;
  height:72px;
  width:190px;
}
#expat a:hover{
    background-position:top center;
}

#corporates a{
  display:block;
  background-image:url(../img/menu/en/corporates.jpg);
  background-position:center bottom;
  background-repeat:no-repeat;
  height:72px;
  width:200px;
}
#corporates a:hover{
    background-position:top center;
}

#prices a{
  display:block;
  background-image:url(../img/menu/en/prices.jpg);
  background-position:center bottom;
  background-repeat:no-repeat;
  height:72px;
  width:157px;
}
#prices a:hover{
    background-position:top center;
}

#contact a{
  display:block;
  background-image:url(../img/menu/en/contact.jpg);
  background-position:left bottom;
  background-repeat:no-repeat;
  height:72px;
  width:171x;
}
#contact a:hover{
    background-position:top center;
}


