
div.menu a.menuItem {
  font-family: verdana, arial, sans-serif;
  font-size: .6em;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}

div.menu {
  background-color: #fff;
  border: 1px solid #2A75A5;
  left: 0px;
  color: #2A75A5;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

body>div.menu
{
  margin-top:0px;
}

div.menu a.menuItem {
  color: #2A75A5;
  cursor: default;
  display: block;
  padding: 2px 1em;
	border-bottom: solid 1px #2A75A5;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #C5DBE9;
  color: #2A75A5;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #2A75A5;
  margin: 4px 2px;
}

#one, #two, #three, #four, #five, #other, #oner, #twor, #fourr, #otherr
{
	display: none;
}
