﻿#mymenu {
  width: 211px;
  display: block;
  z-Index: 300;
  position: absolute;
  top: 0px;
  display: none;
}
#mymenu, #mymenu P, #mymenu TD {
  font-size: 9pt;
  font-family: Arial;
  color: white;
}
#mymenu p {
  margin: 0px;
  padding: 0px;
}
#mymenu A {
  color: white;
  text-decoration: none;
}
#mymenu A:hover {
  color: white;
  text-decoration: underline;
}
#mymenutext {
  background-color: red;
}
#map_canvas {
  width: 760px;
  height: 400px;
  position: relative;
}
#mymenu #tr1 {
  background-image: url('bgrd_popup_top.png');
  width: 211px;
  height: 33px;
}
#mymenu #tr2 {
  background-image: url('bgrd_popup_midd.png');
  width: 211px;
}
#mymenu #tr3 {
  background-image: url('bgrd_popup_bottm.png');
  width: 211px;
  height: 33px;
}
#MoreLink {
  padding-left: 9px;
  padding-bottom: 4px;
  font-size: 10pt;
}
#CountryName {
  font-size: 10pt;
  font-weight: bold;
}

