#menubar {
  position : relative;
  z-index : 1;
  height : 30px;
  background: #245397;
  color : inherit;
  padding : 0px;
  margin : 0px;
  font-size : 0.9em;
}

.menu {
  padding : 0px;
  position : absolute;
  z-index : 1;
  width : 190px;
  top : 0px;
  border-left : 1px solid #245397;
  border-right : 1px solid #245397;
}

.menu .menuitem:hover, .menu .menuitem.top:hover {
  background-color : #E05907;
  color : white;
  text-decoration : none;
}

.menu .menuitem {
  display : none;
  padding : 8px;
  background-color : #D3E5FF;
  color : black;
  border-left : none;
  border-right : none;
  border-top : none;
  border-bottom : 1px solid #245397;
  font-size : 0.95em;
  text-decoration : none;
}

.menu .menuitem.top {
  display : block;
  background-color : #245397;
  color : white;
  border : 0px;
  font-weight : bold;
  text-decoration : none;
  font-size : 9pt; /* Hard-coded to ease text re-size woes */
}

.menu.visible .menuitem {
  display : block;
}

#mhHome { left : 0px; width : 100px; }
#option0 { left : 60px; width : 200px; }  /* ABOUT US */
#option1 { left : 170px; width : 250px; }  /* SOLUTIONS AND CAPABILITIES */
#option2 { left : 360px; width : 200px; }
#option3 { left : 490px; width : 150px; }
#option4 { left : 585px; width : 173px; }

.menu .menuitem.selected {
  background-color :  #245397;
  color : white;
}

