.menu_old {
  position: relative;
  background-color: #45809a;
}
.menu {
  position: relative;
  background-color: rgb( 36, 47, 96 );
}
.menu * li {
  list-style-type: none;
  white-space: nowrap;
}
.menu * {
  text-decoration: none;
}
.menu a {
  color: inherit;
}

.menuBar {
  margin-left: -6px;
}

.menuBar_old > li {
  float: left;
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  /*	padding-bottom: 2px;*/
  padding-bottom: 4px;
  /*	border: solid 1px #3e6e85;*/
  border-bottom: solid 1px #45809a;
  position: relative;
  color: white;
  font-size: 1.1em;
}
.menuBar > li {
  float: left;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  border-bottom: solid 2px rgb( 36, 47, 96 );
  transition: border 0.4s ease;
  position: relative;
  color: white;
  font-size: 1.1em;
}

.menuBar_old > li:hover {
  border-bottom: 1px solid white;
}
.menuBar > li:hover {
  border-bottom: 2px solid rgb( 202, 212, 0 );
}

.menuBar > li:not(:first-child) > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url("../images/chevron-down-white.png");
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat no-repeat;
  background-size: 100%;
  margin-left: 0.25rem;
}

.menuBar > li > .menuPane {
  left: -1px;
  /*	top: 0em;  Gets changed in the javascript */
}

.menuPane_old {
  position: absolute;
  border: 1px solid grey;
  background-color: white;
  z-index: 1000;
  display: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 0;
}
.menuPane {
  position: absolute;
  background-color: white;
  z-index: 1000;
  display: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 0;
  box-shadow: #666 3px 3px 5px;
  max-width: 80vw;
  min-width: 20vw;
  left: -5vw !important;
}
.menuPane ul {
  margin-left: 0;
}
.menuPane_old * li {
  text-transform: none;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #3e6e85;
  font-size: 0.9em;
  margin-left: 0;
}
.menuPane_old * li:hover {
  background-color: #45809a;
  color: white;
}
.menuPane * li {
  text-transform: none;
  padding: 0.25em 0.5em;
  color: #262f60;
  font-size: 0.9em;
  margin-left: 0;
}
.menuPane * li:hover {
  text-decoration: underline;
}
.menuPane * li * .menuPane {
  top: 0px;
  left: 200px;
}

.menuSectionColumn {
  float: left;
}

.menuSection {
  font-size: 0.9em;
  padding: 0.25em;
  margin: 1.0em 0.75em;
}
.menuSection h1 {
  font-size: 1.0em;
  color: #262f60;
  margin-bottom: 2px;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgb( 202, 212, 0 );
}
.menuSection li {
  margin-top: 8px;
}

.menuPane_old {
  -webkit-bottom-left-border-radius: 8px;
  -webkit-bottom-right-border-radius: 8px;
  -webkit-top-right-border-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: #666 3px 3px 5px;
  -moz-box-shadow: #666 3px 3px 5px;
  box-shadow: #666 3px 3px 5px;
  background-color: #e9ebe7;
  background-image: url("../images/vertical_grey_gradient.png");
  /*	background-image: url('../images/grey_scale.png');*/
  background-repeat: repeat-x;
  background-position: left top;
  /*
  	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dcddda), to(#e9ebe7));
  	background: -webkit-linear-gradient(#dcddda, #e9ebe7);
  	background: -moz-linear-gradient(#dcddda, #e9ebe7);
  	background: -ms-linear-gradient(#dcddda, #e9ebe7);
  	background: -o-linear-gradient(#dcddda, #e9ebe7);
  	background: linear-gradient(#dcddda, #e9ebe7);
  	-pie-background: linear-gradient(#dcddda, #e9ebe7);
  */
  behavior: url(/static/style/pie/PIE.htc);
}
