
#menu ul.dropdown,
#menu ul.flyout {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 205px;
  width: auto;
  background: #a3ac00;
  z-index: 1010;
  padding: 16px 0 3px 0;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3 {
  padding: 0;
  margin: 0;
  height: auto;
  float: none;
  width: 100%;
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a {
  font-family: "Trebuchet Ms", arial;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: none !important;
  width: auto;
  padding: 3px 20px 3px 15px;
  border-bottom: solid 1px #a3ac00;
}

#menu ul.dropdown li.level2 a:hover,
#menu ul.flyout li.level3 a:hover {
	color: #ffffff;
	background: #d95717 !important;
	border-bottom: solid 1px white;
}

#nav li.level2 {
	text-indent: 0;
}


/* This fixes the variable width in lower resolution 
displays on the last dropdown */
li#menu_item_apply_now ul.dropdown {
	margin-left: -95px;
	z-index: 1000;
}
