#menu {
  position: relative;
  //top: 0em;
  //left: 0em;
  width: 10em;
}

#menu dt {
  cursor: pointer;
  background: #71969E;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 2px 0px;
  border: 1px solid #000000;
  text-align: center;
  font-weight: bold;
}

#menu dd {
  position: absolute;
  //z-index: 100;
  left: 8em;
  margin-top: -1.4em;
  width: 12em;
  background: #71969E;
  border: 1px solid #000000;
}

#menu ul {
  padding: 2px;
}

#menu li {
  text-align: left;
  font-size: 85%;
  height: 18px;
  line-height: 18px;
}

#menu li a, #menu dt a {
  color: #000;
  text-decoration: none;
  display: block;
}

#menu li a:hover {
  text-decoration: underline;
  background: #D1E0E4;
}

#menu dt a:hover {
  text-decoration: underline;
  background: #D1E0E4;
}
#contact {
	width: 10em;
	text-align: left;
	color: #71969E;
}

