/* menu */

#menu {
  width:750px;
  height:35px;
  margin:0;
  padding:0;
  list-style:none;
  position:relative;
  z-index:500;
  background:url(../images/nav.gif) no-repeat 0 -35px;
}

#menu li {
  float:left;
  margin:0;
}

#menu li a {
  height:35px;
  display:block;
  float:left;
  outline:none;
}

#menu ul {
  position:absolute;
  left:-9999px;
  padding:0;
  margin:0;
}

#menu li.home a {
  text-indent:-300em;
  width:59px;
  background:url(../images/nav.gif) no-repeat 0 0;
}
#menu li.mortgage a {
  text-indent:-300em;
  width:79px;
  background:url(../images/nav.gif) no-repeat -59px 0;
}
#menu li.mortgageLenders a {
  text-indent:-300em;
  width:128px;
  background:url(../images/nav.gif) no-repeat -138px 0;
}
#menu li.autoInsurance a {
  text-indent:-300em;
  width:109px;
  background:url(../images/nav.gif) no-repeat -266px 0;
}
#menu li.bankRates a {
  text-indent:-300em;
  width:83px;
  background:url(../images/nav.gif) no-repeat -375px 0;
}
#menu li.resources a {
  text-indent:-300em;
  width:80px;
  background:url(../images/nav.gif) no-repeat -458px 0;
}

#menu li a:hover {
  background:transparent;
  position:relative;
}
#menu li:hover {
  background:transparent;
  position:relative;
}
#menu li:hover > a {
  background:transparent;
}
#menu table {
  border-collapse:collapse;
  width:0;
  height:0;
  margin:-1px;
}
#menu :hover ul {
  width:180px;
  top:29px;
  left:3px;
  background:url(../images/drop-top.gif) no-repeat 0 0;
  margin:0;
  list-style:none;
  padding:5px 0 0;
  border-bottom:1px solid #adadad;
}
#menu :hover ul.left {
  right:0;
  left:auto;
}
#menu :hover ul li {
  margin:0;

}
#menu :hover ul li a {
  position:relative;
  text-indent:0;
  height:24px;
  line-height:25px;
  background:url(../images/drop-back.gif) repeat-y 0 0;
  display:block;
  margin:0;
  width:166px;
  float:left;
  padding:0 4px 0 10px;
  font-size:11px;
  color:#005c8c;
}
#menu :hover ul li a:hover {
  text-decoration:none;
  background:url(../images/drop-back-on.gif) repeat-y 0 0;
}


#menu li.on_home a {
	background:url(../images/nav.gif) no-repeat 0 -70px;
}