/********** Gateway NAV  ************/

ul.menu {
  font-family: Trebuchet MS;
  font-size: 1em;
  font-style:bold;
  line-height:1.2em;
  list-style-type:none;
  margin: 0 0 0 3.5em;
  padding: 0;
  width: 140px; /*width of menu*/
}
ul.menu ul {
  background-color: #b5bc93;
  font-family: Trebuchet MS;
  font-size: .9em;
  list-style-type:none;
  margin: 0 0 5px 20px;
  padding: 5px 0;
  width: 120px; /*width of menu*/
}

ul.menu a {
  display: block;
  text-decoration: none;  
}

ul.menu li {
  margin-bottom: 10px;
}

ul.menu li a {
  color: black;  
  padding-left: 10px;
}

ul.menu li a:hover {
  background: #b5bc98;
  color: white;
}

ul.menu li ul li a {
  color: #000;
  padding-left: 10px;
  margin-bottom: 5px;
}

ul.menu li ul li a:hover {
  background: #b5bc98;
  color: white;
}

