
/* Modified content */

.top-nav li a {
   color: #FFFD37   /* text color */;
   text-shadow: 2px 2px #000;
}
/* nav active dropdown text color from 000 to fff */
.background-transparent-hightlight .top-nav ul ul .active-item a, .background-transparent-hightlight .top-nav ul ul li a:hover, .background-transparent-hightlight .aside-nav ul ul li a:hover, .background-transparent-hightlight .aside-nav > ul > li.active-item > a:link, .background-transparent-hightlight .aside-nav > ul > li.active-item > a:visited {
  color:#fff;
}
/*  Active lower menu yellow text color was 000*/
nav.background-transparent-hightlight.fixed .top-nav .active-item > a, nav.background-transparent-hightlight.fixed .top-nav li a:hover, nav.background-transparent-hightlight.fixed .aside-nav li a:hover, nav.background-transparent-hightlight.fixed .aside-nav > ul > li.active-item > a:link, nav.background-transparent-hightlight.fixed .aside-nav > ul > li.active-item > a:visited {
  background: none;
  color:#FFFD37;
  opacity: 1;
}
/*  nav background: from fff to grey */
.top-nav li ul li a, .background-white .top-nav li ul li a, .top-nav .active-item li a {
  background: #96adc4 none repeat scroll 0 0;
  color: rgba(255,255,255,0.0);
}
/* active color top level - no change */
.background-transparent-hightlight .top-nav .active-item > a, .background-transparent-hightlight .top-nav li a:hover, .background-transparent-hightlight .aside-nav li a:hover, .background-transparent-hightlight .aside-nav > ul > li.active-item > a:link, .background-transparent-hightlight .aside-nav > ul > li.active-item > a:visited {
  background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
  color: #fff;
  opacity: 1;
}
/* lower menu top level text color was #444  now fff*/
nav.fixed .top-nav li a, .fixed nav .top-nav li a {
  color: #fff;  
}
/* background to dropdown changed from white to blue */
nav.fixed, .fixed nav {
  background:#005881;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0 2em;
}