#mainPane #mainInner #HEADER {
  position: relative;
}

#mainPane #mainInner #HEADER	.menubar {
  background-color: #ffffff;
}

#mainPane #mainInner #HEADER	.menu .options {
  padding-top: 20px;
  margin-right: 1px;
  margin-bottom: 0px;
  background-color: #DEE2EE;
  border: 2px #9FA7BE solid;
}

#mainPane #mainInner #HEADER	.menu a {
  color: #9FA7BE;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  background-color: #DEE2EE;
}
#mainPane #mainInner #HEADER	.menu a:hover {
  background-color:#ffffff;
  color:#9FA7BE;
}

#mainPane #mainInner #HEADER td div {
  /* this makes TDs a container with their own coordinate system.
  absolutely-positioned elements will be offset relative to them */
  position:absolute;
}

* html .ie-only {
	position: relative;
	top: -1px;
}
