#overseasmapel,
#overseasmapel_we,
#overseasmapel_us ,
#overseasmapel_nz,
#overseasmapel_me,
#overseasmapel_ee,
#overseasmapel_au,
#overseasmapel_of,
#overseasmapel_as {
  background-image: url(/furniture/overseasmap.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 245px;
  margin-left: 0px;
}

#overseasmapel,
#overseasmapel_of {
  background-position: 0 0;
}
#overseasmapel_we {
  background-position: -500px 0;
}
#overseasmapel_us {
  background-position: -1000px 0;
}
#overseasmapel_nz {
  background-position: -1500px 0;
}
#overseasmapel_me {
  background-position: -2000px 0;
}
#overseasmapel_ee {
  background-position: -2500px 0;
}
#overseasmapel_au {
  background-position: -3000px 0;
}
#overseasmapel_as {
  background-position: -3500px 0;
}

#overseasmaplocs {
  background-image: url(/furniture/map_list_overseas_bg.png);
  width: 498px;
  height: 77px;
 }
 #overseasmaplocs ul {
   float: left;
   list-style: none;
   margin: 10px 0px 5px 0px;
   padding: 0;
   width: 163px;
   display: inline;
 }
 #overseasmaplocs ul li {
   margin: 0 5px 0 5px;
   padding: 0;
   float: left;
   display: inline;
 }
 #overseasmaplocs ul li a {
   color: #05408e;

   font-family: arial;
   text-decoration: none;
   display: block;
   width: 150px;
   padding: 3px 0 3px 4px;
 }
 #overseasmaplocs ul li a.on,
 #overseasmaplocs ul li a:hover {
   background-color: #0099cb;
   color: white;
 }