/*--------------------------------------------------
 * PortalTemplate Nav.css
 *--------------------------------------------------*/
#topnav {
  text-decoration: none;
  margin:0;
  position:relative;
  top:5px;
  float:right;
}
#topnav li {
  float:left;
  margin-right:5px;
  cursor: pointer;
  list-style:none;
}
#topnav li a {
  color:#666;
  font-size:14px;
  text-decoration:none;
  font-weight:bold;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:10px 13px;
  position:relative;

}
#topnav li a:hover {
  background:#e2f2e6;
}
#sub-nav {
  margin:0;
}
#logindiv a {
  margin-right:5px;
}
#home li.home a,
#apply li.apply a,
#about-us li.about a,
#contact-us li.contact a,
#calculators-and-tools li.resources a,
#required-documents li.resources a,
#damaged-credit li.resources a,
#loan-programs li.resources a,
#faqs li.resources a,
#loan-process li.resources a,
#mortgage-glossary li.resources a {
  background:#97cd94;
  color:#fff;
}
/*--------------------------------------------------
* Resources drop-down
*--------------------------------------------------*/
#resource_options {
  position:absolute;
  z-index:100;
  top:52px;
  left:655px;
  width:147px;
  background:url(../../../images/nav/bgBrowseOptions.png) repeat-y;
}
#resource_options_top {
  width:147px;
  background:url(../../../images/nav/bgBrowseOptions-top.png) no-repeat;
  height:23px;
  margin-top:-23px;
}
#resource_options_bottom {
  width:147px;
  background:url(../../../images/nav/bgBrowseOptions-bottom.png) no-repeat;
  height:23px;
  margin-bottom:-23px;
}
#resource_options_wrap {
  padding:10px;
  margin:0;
}
#resource_options ul {
  margin:0;
  list-style:none;
}


