/* Local navigation menu, along the right side */


div.map { 
  position: absolute;
  width: auto; height: 300px;
  top: 330px; right: auto; bottom: 200px; left: 30px;
}
div.map p{
  display: block;
/*
  font-size: medium;
  margin: 0.55em 1.63em 0.44em -0.9em;
  padding: 0.38em 1em;
  text-indent: 0;
  text-align: left;
  color: white;
  border-bottom: none;
  list-style: none;
*/
}
div.map:before {
  display: block;
/*  
  margin-bottom: 1em;
  padding: 0.1em 0.5em;
  color: #999;
  font-size: larger;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.25em;
*/
}


/* The child selectors are a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */
body>div.map { position: fixed }

/*
Local variables:
mode: css
cssm-indent-level: 2
End:
*/
