#header ul {
  padding-left: 0;
}

.block-menu-block-1 {
  float: right;
}

.menu-block-1 ul.menu {
  list-style: none;
  font-weight: 900;
  font-family: "Muli", Arial, sans-serif;
  margin-bottom: 10px;
  float: left; /* Clear floats */
  /*width: 100%; */
  /*Bring the nav above everything else--uncomment if needed. */
  position: relative;
  z-index: 5;

}

.menu-block-1 ul.menu li {
  float: left;
  font-size: 1.1em;
  margin-right: 0px;
  position: relative;
}

.menu-block-1 a {
  display: block;
  padding: 0.4em 0.75em;
  color: #fff;
  background-color: #fff;
  text-decoration: none;
}

.menu-block-1 a.active,
.menu-block-1 a.active-trail {
  color: #fff;
  background-color: #043b64;
  text-decoration: none;
}

/* Do not display currently-selected lesson from the main menu */

.menu-block-1 .mid-447 {
  display: none;
}


.menu-block-1 a:hover {
  color: #fff;
  background-color: #043b64;
  text-decoration: none;
}

/* Expando expandable content and menus */
.expando.off .expando_content {
  display: none;
}

.expando_control {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 24px;
}

.mobile_menu_container.off .mobile_menu_content {
  display: none;
}

/* Dropdown */

.menu-block-1 ul.menu ul {
  background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style: none;
  position: absolute;
/*  width: 100%; */
/* uncomment the following to go live */
  left: -9999px;
  padding-bottom: 16px;
  padding-top: 3px;
  background-color: #043b64;
}

.menu-block-1 ul.menu ul li {
  /* padding-top: 1px; */ /* Introducing a padding between the li and the a give the illusion spaced items */
  float: none;
  font-weight: 400;
  font-size: 1em;
}

.menu-block-1 ul.menu ul a {
  display: block;
  color: #fff;
  white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.menu-block-1 ul.menu li:hover ul { /* Display the dropdown on hover */
  left: 0; /* Bring back on-screen when needed */
}
.menu-block-1 ul.menu li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background-color: #043b64;
  color: #fff;
  text-decoration: none;
}
.menu-block-1 ul.menu li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration: none;
  background-color: #043b64;
}
.menu-block-1 ul.menu li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background-color: #043b64;
  color: #f8e394;
}


/* Hide mobile menu for desktop viewing */
#highlighted {
  display: none;
}

#mobile_menu .expando_control {
  margin: auto;
}


/* User menu in footer */
#footer ul.menu {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}

#footer ul.menu li {
  display: inline;
  padding-left: .4em;
  border-right: 1px solid #999;
  padding-right: .7em;
}

#footer ul.menu li.last {
  border: none;
}

#banner ul.menu li a:hover {
  color: #043b64;
}