BODY {
  margin: 0px;
}
TABLE {
  align: left;
  border-collapse: collapse;
  border: none;
}
TR {
  vertical-align: middle;
}
/*--------------*/
/* menu buttons */
/*--------------*/

#printbutton {
	z-index: 8;
	position: absolute;
	left: 20px;
	top: 20px;
}

TD {
  width: 128px;
  height: 20px;
  background-color: white;
  border-bottom: 1px solid white;
  text-align: left;
  vertical-align: middle;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #000080;
  text-indent: 7px;
}
/*----------------*/
/* level 1 button */
/*----------------*/
TD.n1 { 
  background-color: #000080;
}
A {
  color: white;
  text-decoration: none;
}
A:HOVER {
  color: #C3E6FC;
}
/*----------------*/
/* level 2 button */
/*----------------*/
TD.n2 {
  background-color: #4467C0; 
}
TD.n2 A {
  text-indent: 14px;
}
/*----------------*/
/* level 3 button */
/*----------------*/
TD.n3 {
  background-color: #87cefa; 
}
TD.n3 A {
  color: #000080;
  font-weight: normal;
  text-indent: 20px;
}
TD.n3 A:HOVER {
  color: #4467C0;            
}
/* map layout +/
#hex {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 20px;
}

