/*
dark blue text #000033
blue page background #333366
blue page border #001188
red page border #cc0000
light blue right box #DEDEFF
*/

#map_pic a { position: relative; }

#map_pic a span {display: none;}

#map_pic a:hover {font-size: 100%;text-decoration: none;} /* IE/Win requires some link change on hover in order to show the tooltips */

#map_pic a:hover span { /*the span will display just on :hover state*/
  position: absolute;
  top: -50px;
  left: 0px;
  width: 400px;
  display: block !important;
  background: #DEDEFF;
  border: 2px solid #333366;
  padding:5px;
  font-size: 10px;
  color: #000033;
  font-weight: normal;
  text-decoration: none;
}





#map_pic2 a {position: relative; }

#map_pic2 a span {display: none;}

#map_pic2 a:hover {font-size: 100%;text-decoration: none;} /* IE/Win requires some link change on hover in order to show the tooltips */

#map_pic2 a:hover span { /*the span will display just on :hover state*/
  position: absolute;
  top: -50px;
  left: 0px;
  width: 400px;
  display: block !important;
  background: #DEDEFF;
  border: 2px solid #333366;
  padding:5px;
  font-size: 10px;
  color: #000033;
  font-weight: normal;
  text-decoration: none;
}
