﻿/* Primary nav, secondary nav, util nav third level nav */

	/* Take precedent over default ul li in content columns */
	/* L4 nav */
	#calcNav { padding: 0; width: 131px; float: left; height: 200px; }
	#calcNav ul { width: 131px; height: 115px; margin: 18px 0 0 0; } /* Define the shape */

	#helpNav { margin: 0; padding: 0; width: 139px; float: left; height: 200px; }
	#helpNav ul { width: 139px; height: 92px; margin: 18px 0 0 0; } /* Define the shape */

	/* undo column defaults */
	body.one-col #col1 #cola #helpNav ul li { width: 139px; background: none; padding: 0; margin: 0; }

#mainNav li {
	float: left;
	display: block;
	height: 25px;
	margin-right: 3px;
}
	#mainNavHome { width: 90px; }
	#mainNavPurchaseLoans { width: 121px; }
	#mainNavRefinanceLoans { width: 126px; }
	#mainNavReverseMortgage { width: 136px; }
	#mainNavCalculators { width: 99px; }
	#mainNavAboutUs { width: 78px; }
	
#mainNav li a {
	display: block;
	height: 25px;
	line-height: 25px;
	text-indent: -9999px; /* push text out of the browser window */
}
	#mainNavHome a { width: 90px; background-image: url('../images/Home.gif'); }
	#mainNavHome a:hover { background-position: 0 -25px; }
	body.Home #mainNavHome a { background-position: 0 -50px; }
	#mainNavPurchaseLoans a { width: 121px; background-image: url('../images/PurchaseLoans.gif'); }
	#mainNavPurchaseLoans a:hover { background-position: 0 -25px; }
	body.PurchaseLoans #mainNavPurchaseLoans a { background-position: 0 -50px; }
	#mainNavRefinanceLoans a { width: 126px; background-image: url('../images/RefinanceLoans.gif'); }
	#mainNavRefinanceLoans a:hover { background-position: 0 -25px; }
	body.RefinanceLoans #mainNavRefinanceLoans a { background-position: 0 -50px; }
	#mainNavReverseMortgage a { width: 136px; background-image: url('../images/ReverseMortgage.gif'); }
	#mainNavReverseMortgage a:hover { background-position: 0 -25px; }
	body.ReverseMortgage #mainNavReverseMortgage a { background-position: 0 -50px; }
	#mainNavCalculators a { width: 99px; background-image: url('../images/Calculators.gif'); }
	#mainNavCalculators a:hover { background-position: 0 -25px; }
	body.Calculators #mainNavCalculators a { background-position: 0 -50px; }
	#mainNavAboutUs a { width: 78px; background-image: url('../images/AboutUs.gif'); }
	#mainNavAboutUs a:hover { background-position: 0 -25px; }
	body.AboutUs #mainNavAboutUs a { background-position: 0 -50px; }
	#mainNavCustomerService a {width:135px; background-image:url(../images/mainNavCustomerService.gif);}
	#mainNavCustomerService a:hover {background-position:0 -25px;}
	body.CustomerService #mainNavCustomerService a { background-position: 0 -50px; }
	

#utilNav li {
	/*float: left;*/
	float: right;
	display: block;
	height: 15px;
}
	#utilNavSeeAll { width: 168px; }
	#utilNavFAQs { width: 43px; }
	#utilNavLogin { width: 57px; }
	#utilNavContactUs { width: 75px; }
	#utilNavAboutUs {width:57px;}
#utilNav li a {
	display: block;
	height: 15px;
	line-height: 15px;
	text-indent: -9999px; /* push text out of the browser window */
}
	#utilNavSeeAll a { width: 168px; background-image: url('../images/utilNavSeeAll.gif'); }
	#utilNavSeeAll a:hover { background-position: 0 -15px; }
	body.AllProductsRates #utilNavSeeAll a { background-position: 0 -30px; }
	#utilNavFAQs a { width: 43px; background-image: url('../images/utilNavFAQs.gif'); }
	#utilNavFAQs a:hover { background-position: 0 -15px; }
	body.FAQ #utilNavFAQs a { background-position: 0 -30px; }
	#utilNavLogin a { width: 57px; background-image: url('../images/utilNavSignIn.gif'); }
	#utilNavLogin a:hover { background-position: 0 -15px; }
	body.Login #utilNavLogin a { background-position: 0 -30px; }
	#utilNavContactUs a { width: 75px; background-image: url('../images/utilNavContactUs.gif'); }
	#utilNavContactUs a:hover { background-position: 0 -15px; }
	body.ContactUs #utilNavContactUs a { background-position: 0 -30px; }
	
	#utilNavAboutUs a { width: 57px; background-image: url('../images/utilNavAboutUs.gif'); }
	#utilNavAboutUs a:hover { background-position: 0 -15px; }
	body.AboutUs #utilNavAboutUs a { background-position: 0 -30px; }
	

.subnav li { float: left; height: 23px; margin-right: 1px; }
.subnav li a { display: block; height: 23px; text-indent: -9999px; }

#subnavHomeFinancing {
	background-image: url('../images/subnavBgReverseMortgage.gif');
	width: 840px; /*subtract padding: 15px; *//*width: 844px;*/
	padding-left: 81px;
}


#subnavAboutReverseMortgage a { width: 194px; background-image: url('../images/LearnAboutRevMtg.gif') }
#subnavAboutReverseMortgage a:hover { background-position: 0 -23px; }
body.AboutReverseMortgage #subnavAboutReverseMortgage a { background-position: 0 -46px; }

#subnavUnderstandingProcess a { width: 171px; background-image: url('../images/ReverseMortgage.UnderstandingProcess.gif') }
#subnavUnderstandingProcess a:hover { background-position: 0 -23px; }
body.UnderstandingProcess #subnavUnderstandingProcess a { background-position: 0 -46px; }

#subnavSuccessStories a { width: 114px; background-image: url('../images/ReverseMortgage.SuccessStories.gif') }
#subnavSuccessStories a:hover { background-position: 0 -23px; }
body.SuccessStories #subnavSuccessStories a { background-position: 0 -46px; }

#subnavReverseMortgageCalculator a { width:179px; background-image:url('../images/subnavReverseMortgageCalculator.gif')}
#subnavReverseMortgageCalculator a:hover { background-position: 0 -23px; }
/*the following line of styles does not physically exist in mlhl.com, it's in mlb.com instead*/
body.ReverseMortgageCalculator #subnavReverseMortgageCalculator a { background-position: 0 -46px; }
	
	
	#subnavHomeFinancingReverseMortgage a { width: 122px; background-image: url('../images/subnavHomeFinancingReverseMortgage.gif') }
	#subnavHomeFinancingReverseMortgage a:hover { background-position: 0 -23px; }
	body.ReverseMortgage #subnavHomeFinancingReverseMortgage a { background-position: 0 -46px; }

#subnavCustomerService {
	background-image: url('../images/subnavBgCustomerService.gif');
	/* width: 925px; subtract padding: */ width: 538px;
	padding-left: 387px;
}
	#subnavCustomerServiceContactUs a { width: 86px; background-image: url('../images/subnavCustomerServiceContactUs.gif') }
	#subnavCustomerServiceContactUs a:hover { background-position: 0 -23px; }
	body.ContactUs #subnavCustomerServiceContactUs a { background-position: 0 -46px; }
	#subnavCustomerServiceATM a { width: 93px; background-image: url('../images/subnavCustomerServiceATM.gif') }
	#subnavCustomerServiceATM a:hover { background-position: 0 -23px; }

	#subnavCustomerServiceForms a { width: 137px; background-image: url('../images/subnavCustomerServiceForms.gif') }
	#subnavCustomerServiceForms a:hover { background-position: 0 -23px; }
	body.Forms #subnavCustomerServiceForms a { background-position: 0 -46px; }
	#subnavCustomerServiceGlossary a { width: 75px; background-image: url('../images/subnavCustomerServiceGlossary.gif') }
	#subnavCustomerServiceGlossary a:hover { background-position: 0 -23px; }
	body.Glossary #subnavCustomerServiceGlossary a { background-position: 0 -46px; }
	#subnavCustomerServicePrivacy a { width: 69px; background-image: url('../images/subnavCustomerServicePrivacy.gif') }
	#subnavCustomerServicePrivacy a:hover { background-position: 0 -23px; }
	body.Privacy #subnavCustomerServicePrivacy a { background-position: 0 -46px; }
	#subnavCustomerServiceFAQs a { width: 59px; background-image: url('../images/subnavCustomerServiceFAQs.gif') }
	#subnavCustomerServiceFAQs a:hover { background-position: 0 -23px; }
	body.FAQCustomerService #subnavCustomerServiceFAQs a { background-position: 0 -46px; }	


	#subnavSecurityCenterPhishing a { width: 75px; background-image: url('../images/subnavSecurityCenterPhishing.gif'); }
	#subnavSecurityCenterPhishing a:hover { background-position: 0 -23px; }
	body.Phishing #subnavSecurityCenterPhishing a { background-position: 0 -46px; }
	#subnavSecurityCenterIdentityTheft a { width: 98px; background-image: url('../images/subnavSecurityCenterIdentityTheft.gif'); }
	#subnavSecurityCenterIdentityTheft a:hover { background-position: 0 -23px; }
	body.IdentityTheft #subnavSecurityCenterIdentityTheft a { background-position: 0 -46px; }
	#subnavSecurityCenterMultiFAuth a { width: 172px; background-image: url('../images/subnavSecurityCenterMultiFAuth.gif'); }
	#subnavSecurityCenterMultiFAuth a:hover { background-position: 0 -23px; }
	body.MultiFAuth #subnavSecurityCenterMultiFAuth a { background-position: 0 -46px; }
	#subnavSecurityCenterOnlinePolicy a { width: 141px; background-image: url('../images/subnavSecurityCenterOnlinePolicy.gif'); }
	#subnavSecurityCenterOnlinePolicy a:hover { background-position: 0 -23px; }
	body.OnlinePolicy #subnavSecurityCenterOnlinePolicy a { background-position: 0 -46px; }



#subnavAutoLoans {
	background-image: url('../images/MortIntPurchLoanNavBar.gif');
	width: 915px;
	padding-left: 10px;
}

#subnavCalculator {
	background-image: url('../images/subnavBgCalc.gif');
	/*width: 900px;*/
	padding-left: 11px;
}

	#subnavRefinanceCalc a { width: 83px; background-image: url('../images/Refinance.gif'); }
	#subnavRefinanceCalc a:hover { background-position: 0 -23px; }
	body.RefinanceCalc #subnavRefinanceCalc a { background-position: 0 -46px; }
	#subnavAffordCalc a { width: 94px; background-image: url('../images/Affordability.gif'); }
	#subnavAffordCalc a:hover { background-position: 0 -23px; }
	body.AffordCalc #subnavAffordCalc a { background-position: 0 -46px; }
	#subnavRentvsBuyCalc a { width: 92px; background-image: url('../images/RentVsBuy.gif'); }
	#subnavRentvsBuyCalc a:hover { background-position: 0 -23px; }
	body.RentvsBuyCalc #subnavRentvsBuyCalc a { background-position: 0 -46px; }
	#subnavMonthlyPaymentsCalc a { width: 124px; background-image: url('../images/MonthlyPayments.gif'); }
	#subnavMonthlyPaymentsCalc a:hover { background-position: 0 -23px; }
	body.MonthlyPaymentsCalc #subnavMonthlyPaymentsCalc a { background-position: 0 -46px; }
	
	
	
	#subnavAutoLoansFAQs a { width: 56px; background-image: url('../images/subnavAutoLoansFAQs.gif'); }
	#subnavAutoLoansFAQs a:hover { background-position: 0 -23px; }
	body.FAQs #subnavAutoLoans a { background-position: 0 -46px; }
	#subnavAutoLoansHowItWorks a { width: 97px; background-image: url('../images/subnavAutoLoansHowItWorks.gif'); }
	#subnavAutoLoansHowItWorks a:hover { background-position: 0 -23px; }
	body.HowItWorks #subnavAutoLoans a { background-position: 0 -46px; }
	#subnavAutoLoansBlankCheck a { width: 95px; background-image: url('../images/subnavAutoLoansBlankCheck.gif'); }
	#subnavAutoLoansBlankCheck a:hover { background-position: 0 -23px; }
	body.BlankCheck #subnavAutoLoansBlankCheck a { background-position: 0 -46px; }
	
	/*  Note that these graphics were not created correctly */
	#subnavFixedRateMtg a { width: 143px; background-image: url('../images/FixedRateMtg.gif'); background-position: 0 -23px;  }
	#subnavFixedRateMtg a:hover { background-position: 0 0px; }
	body.FixedRateMtg #subnavFixedRateMtg a { background-position: 0 -46px; }
	#subnavAdjRateMtg a { width: 174px; background-image: url('../images/AdjRateMtg.gif'); background-position: 0 -23px;  }
	#subnavAdjRateMtg a:hover { background-position: 0 0px; }
	body.AdjRateMtg #subnavAdjRateMtg a { background-position: 0 -46px; }
	#subnavHelpForBuyers a { width: 147px; background-image: url('../images/HelpForBuyers.gif'); background-position: 0 -23px; }
	#subnavHelpForBuyers a:hover { background-position: 0 0px; }
	body.HelpForBuyers #subnavHelpForBuyers a { background-position: 0 -46px; }
	
	#subnavInsurance { width: 81px; background-image: url('../images/subnavHomeFinancingInsurance.gif'); background-position: 0 0px; }
	#subnavInsurance:hover { background-position: 0 -23px; }
	body.Insurance #subnavInsurance { background-position: 0 -46px; }
	

.thirdNav li { float: left; height: 25px; margin: 0 1px 0 0; text-indent: -9999px; }
	.thirdNav li.last { margin-right: 0; }
.thirdNav li a { display: block; height: 25px; text-indent: -9999px; }

#thirdNavMortgagesRefinancing {
	background-image: url('../images/thirdNavBgMortgagesRefinancing.gif');
}


#thirdNavPurchaseLoan {
	background-image: url('../images/thirdNavBgPurchaseLoan.gif');
}


	#thirdNavMortgagesRefinancingFixedRateMortgages a { width: 144px; background-image: url('../images/thirdNavMortgagesRefinancingFixedRateMortgages.gif'); }
	#thirdNavMortgagesRefinancingFixedRateMortgages a:hover { background-position: 0 -25px; }
	body.FixedRateMortgages #thirdNavMortgagesRefinancingFixedRateMortgages a { background-position: 0 -50px; }
	#thirdNavMortgagesRefinancingARMs a { width: 179px; background-image: url('../images/thirdNavMortgagesRefinancingARMs.gif'); }
	#thirdNavMortgagesRefinancingARMs a:hover { background-position: 0 -25px; }
	body.ARMs #thirdNavMortgagesRefinancingARMs a { background-position: 0 -50px; }
	#thirdNavMortgagesRefinancingHelpHomeBuyers a { width: 151px; background-image: url('../images/thirdNavMortgagesRefinancingHelpHomeBuyers.gif'); }
	#thirdNavMortgagesRefinancingHelpHomeBuyers a:hover { background-position: 0 -25px; }
	body.HelpHomeBuyers #thirdNavMortgagesRefinancingHelpHomeBuyers a { background-position: 0 -50px; }
	#thirdNavMortgagesRefinancingMortgageCalculators a { width: 157px; background-image: url('../images/thirdNavMortgagesRefinancingMortgageCalculators.gif'); }
	#thirdNavMortgagesRefinancingMortgageCalculators a:hover { background-position: 0 -25px; }
	body.MortgageCalculators #thirdNavMortgagesRefinancingMortgageCalculators a { background-position: 0 -50px; }

#thirdNavGlossary {
	background-image: url('../images/thirdNavBgGlossary.gif');
}
	#thirdNavGlossarySearchBy { margin-right: 0; width: 136px; background-image: url('../images/thirdNavGlossarySearchBy.gif'); }
	.thirdNavGlossary#A a { width: 18px; background-image: url('../images/a.gif'); }
	.thirdNavGlossary#A a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#A.active a { background-position: 0 -50px; }
	.thirdNavGlossary#B a { width: 18px; background-image: url('../images/b.gif'); }
	.thirdNavGlossary#B a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#B.active a { background-position: 0 -50px; }
	.thirdNavGlossary#C a { width: 17px; background-image: url('../images/c.gif'); }
	.thirdNavGlossary#C a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#C.active a { background-position: 0 -50px; }
	.thirdNavGlossary#D a { width: 18px; background-image: url('../images/d.gif'); }
	.thirdNavGlossary#D a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#D.active a { background-position: 0 -50px; }
	.thirdNavGlossary#E a { width: 17px; background-image: url('../images/e.gif'); }
	.thirdNavGlossary#E a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#E.active a { background-position: 0 -50px; }
	.thirdNavGlossary#F a { width: 17px; background-image: url('../images/f.gif'); }
	.thirdNavGlossary#F a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#F.active a { background-position: 0 -50px; }
	.thirdNavGlossary#G a { width: 18px; background-image: url('../images/g.gif'); }
	.thirdNavGlossary#G a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#G.active a { background-position: 0 -50px; }
	.thirdNavGlossary#H a { width: 18px; background-image: url('../images/h.gif'); }
	.thirdNavGlossary#H a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#H.active a { background-position: 0 -25px; }
	.thirdNavGlossary#I a { width: 14px; background-image: url('../images/i.gif'); }
	.thirdNavGlossary#I a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#I.active a { background-position: 0 -50px; }
	.thirdNavGlossary#J a { width: 15px; background-image: url('../images/j.gif'); }
	.thirdNavGlossary#J a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#J.active a { background-position: 0 -50px; }
	.thirdNavGlossary#K a { width: 18px; background-image: url('../images/k.gif'); }
	.thirdNavGlossary#K a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#K.active a { background-position: 0 -50px; }
	.thirdNavGlossary#L a { width: 16px; background-image: url('../images/l.gif'); }
	.thirdNavGlossary#L a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#L.active a { background-position: 0 -50px; }
	.thirdNavGlossary#M a { width: 20px; background-image: url('../images/m.gif'); }
	.thirdNavGlossary#M a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#M.active a { background-position: 0 -50px; }
	.thirdNavGlossary#N a { width: 18px; background-image: url('../images/n.gif'); }
	.thirdNavGlossary#N a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#N.active a { background-position: 0 -50px; }
	.thirdNavGlossary#O a { width: 18px; background-image: url('../images/o.gif'); }
	.thirdNavGlossary#O a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#O.active a { background-position: 0 -50px; }
	.thirdNavGlossary#P a { width: 17px; background-image: url('../images/p.gif'); }
	.thirdNavGlossary#P a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#P.active a { background-position: 0 -50px; }
	.thirdNavGlossary#Q a { width: 18px; background-image: url('../images/q.gif'); }
	.thirdNavGlossary#Q a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#Q.active a { background-position: 0 -50px; }
	.thirdNavGlossary#R a { width: 18px; background-image: url('../images/r.gif'); }
	.thirdNavGlossary#R a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#R.active a { background-position: 0 -50px; }
	.thirdNavGlossary#S a { width: 17px; background-image: url('../images/s.gif'); }
	.thirdNavGlossary#S a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#S.active a { background-position: 0 -50px; }
	.thirdNavGlossary#T a { width: 16px; background-image: url('../images/t.gif'); }
	.thirdNavGlossary#T a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#T.active a { background-position: 0 -50px; }
	.thirdNavGlossary#U a { width: 18px; background-image: url('../images/u.gif'); }
	.thirdNavGlossary#U a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#U.active a { background-position: 0 -50px; }
	.thirdNavGlossary#V a { width: 16px; background-image: url('../images/v.gif'); }
	.thirdNavGlossary#V a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#V.active a { background-position: 0 -50px; }
	.thirdNavGlossary#W a { width: 20px; background-image: url('../images/w.gif'); }
	.thirdNavGlossary#W a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#W.active a { background-position: 0 -50px; }
	.thirdNavGlossary#X a { width: 17px; background-image: url('../images/x.gif'); }
	.thirdNavGlossary#X a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#X.active a { background-position: 0 -50px; }
	.thirdNavGlossary#Y a { width: 17px; background-image: url('../images/y.gif'); }
	.thirdNavGlossary#Y a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#Y.active a { background-position: 0 -50px; }
	.thirdNavGlossary#Z a { width: 16px; background-image: url('../images/z.gif'); }
	.thirdNavGlossary#Z a:hover { background-position: 0 -25px; }
	.thirdNavGlossary#Z.active a { background-position: 0 -50px; }

#thirdNavFAQ {
	background-image: url('../images/thirdNavBgFAQs_new.gif');
}
	/*
	#thirdNavFAQGettingStarted a { width: 112px; background-image: url('../images/thirdNavFAQGettingStarted.gif'); }
	#thirdNavFAQGettingStarted a:hover { background-position: 0 -25px; }
	body.FAQGettingStarted #thirdNavFAQGettingStarted a { background-position: 0 -50px; }
	#thirdNavFAQSecurity a { width: 80px; background-image: url('../images/thirdNavFAQSecurity.gif'); }
	#thirdNavFAQSecurity a:hover { background-position: 0 -25px; }
	body.FAQSecurity #thirdNavFAQSecurity a { background-position: 0 -50px; }
	#thirdNavFAQMultifactor a { width: 233px; background-image: url('../images/thirdNavFAQMultifactor.gif'); }
	#thirdNavFAQMultifactor a:hover { background-position: 0 -25px; }
	body.FAQMultifactor #thirdNavFAQMultifactor a { background-position: 0 -50px; }
	#thirdNavFAQReverseMortgages a { width: 136px; background-image: url('../images/thirdNavFAQReverseMortgages.gif'); }
	#thirdNavFAQReverseMortgages a:hover { background-position: 0 -25px; }
	body.FAQReverseMortgages #thirdNavFAQReverseMortgages a { background-position: 0 -50px; }
	#thirdNavFAQOnlineStatements a { width: 130px; background-image: url('../images/thirdNavFAQOnlineStatements.gif'); }
	#thirdNavFAQOnlineStatements a:hover { background-position: 0 -25px; }
	body.FAQOnlineStatements #thirdNavFAQOnlineStatements a { background-position: 0 -50px; }
	#thirdNavFAQCustomerService a { width: 122px; background-image: url('../images/thirdNavFAQCustomerService.gif'); }
	#thirdNavFAQCustomerService a:hover { background-position: 0 -25px; }
	body.FAQCustomerService #thirdNavFAQCustomerService a { background-position: 0 -50px; }
	*/
	#thirdNavFAQGeneralMortgage a { width: 132px; background-image: url('../images/thirdNavGeneralMortgage.gif'); }
	#thirdNavFAQGeneralMortgage a:hover { background-position: 0 -25px; }
	body.FAQGeneralMortgage #thirdNavFAQGeneralMortgage a { background-position: 0 -50px; }
	
	#thirdNavFAQRatesCosts a { width: 108px; background-image: url('../images/thirdNavRatesCost.gif'); }
	#thirdNavFAQRatesCosts a:hover { background-position: 0 -25px; }
	body.FAQRatesCosts #thirdNavFAQRatesCosts a { background-position: 0 -50px; } 

	#thirdNavFAQGettingALoan a { width: 110px; background-image: url('../images/thirdNavGettingALoan.gif'); }
	#thirdNavFAQGettingALoan a:hover { background-position: 0 -25px; }
	body.FAQGettingALoan #thirdNavFAQGettingALoan a { background-position: 0 -50px; }
	
	#thirdNavFAQInsurance a { width: 91px; background-image: url('../images/thirdNavInsurance.gif'); }
	#thirdNavFAQInsurance a:hover { background-position: 0 -25px; }
	body.FAQInsurance #thirdNavFAQInsurance a { background-position: 0 -50px; }
	
	#thirdNavFAQReverseMortgages a { width: 138px; background-image: url('../images/thirdNavReverseMortgages.gif'); }
	#thirdNavFAQReverseMortgages a:hover { background-position: 0 -25px; }
	body.ReverseMortgages #thirdNavFAQReverseMortgages a { background-position: 0 -50px; }
	
	#ctl00_ctl00_mainContent_thirdNavFAQReverseMortgages a { width: 138px; background-image: url('../images/thirdNavReverseMortgages.gif'); }
	#ctl00_ctl00_mainContent_thirdNavFAQReverseMortgages a:hover { background-position: 0 -25px; }
	body.ReverseMortgages #ctl00_ctl00_mainContent_thirdNavFAQReverseMortgages a { background-position: 0 -50px; }
	
	
	#thirdNavFAQSavingsAndCDs a { width: 124px; background-image: url('../images/thirdNavSavingsAndCDs.gif'); }
	#thirdNavFAQSavingsAndCDs a:hover { background-position: 0 -25px; }
	body.FAQSavingsAndCDs #thirdNavFAQSavingsAndCDs a { background-position: 0 -50px; }
	
/*#thirdNavReverseMortgage { background-image: url('../images/thirdNavBgReverseMortgages.gif');}*/
#thirdNavReverseMortgage { background-image: url('../images/RM_Integration_Level3Pipes.gif');}
	
	#thirdNavReverseMortgageBasics a { width: 164px; background-image: url('../images/thirdNavReverseMortgageBasics.gif'); }
	#thirdNavReverseMortgageBasics a:hover { background-position: 0 -25px; }
	body.ReverseMortgageBasics #thirdNavReverseMortgageBasics a { background-position: 0 -50px; }
	#thirdNavReverseMortgagesUnderstandingProcess a { margin:0; width: 180px; background-image: url(      '../images/thirdNavReverseMortgagesUnderstandingProcess.gif'); }
	#thirdNavReverseMortgagesUnderstandingProcess a:hover { background-position: 0 -25px; }
	body.ReverseMortgagesUnderstandingProcess #thirdNavReverseMortgagesUnderstandingProcess a { background-position: 0 -50px; }
	#thirdNavReverseMortgagesFAQs a { width: 62px; background-image: url('../images/thirdNavReverseMortgagesFAQs.gif'); }
	#thirdNavReverseMortgagesFAQs a:hover { background-position: 0 -25px; }
	body.ReverseMortgagesFAQs #thirdNavReverseMortgagesFAQs a { background-position: 0 -50px; }
		
#thirdNavAllProductsRates {	background-image: url('../images/thirdNavBgAllProductsRates.gif');}

	#thirdNavAllProductsRatesMoneyMarket a { width: 105px; background-image: url('../images/thirdNavAllProductsRatesMoneyMarket.gif'); }
	#thirdNavAllProductsRatesMoneyMarket a:hover { background-position: 0 -25px; }
	body.MoneyMarket #thirdNavAllProductsRatesMoneyMarket a { background-position: 0 -50px; }
	#thirdNavAllProductsRatesHighYield a { width: 128px; background-image: url('../images/thirdNavAllProductsRatesHighYield.gif'); }
	#thirdNavAllProductsRatesHighYield a:hover { background-position: 0 -25px; }
	body.HighYield #thirdNavAllProductsRatesHighYield a { background-position: 0 -50px; }
	#thirdNavAllProductsRatesCDs a { width: 56px; background-image: url('../images/thirdNavAllProductsRatesCDs.gif'); }
	#thirdNavAllProductsRatesCDs a:hover { background-position: 0 -25px; }
	body.CDs #thirdNavAllProductsRatesCDs a { background-position: 0 -50px; }	
	#thirdNavAllProductsRatesMortgages a { width: 94px; background-image: url('../images/thirdNavAllProductsRatesMortgages.gif'); }
	#thirdNavAllProductsRatesMortgages a:hover { background-position: 0 -25px; }
	body.Mortgages #thirdNavAllProductsRatesMortgages a { background-position: 0 -50px; }
	#thirdNavAllProductsRatesReverseMortgages a { width: 137px; background-image: url('../images/thirdNavAllProductsRatesReverseMortgages.gif'); }
	#thirdNavAllProductsRatesReverseMortgages a:hover { background-position: 0 -25px; }
	body.ReverseMortgages #thirdNavAllProductsRatesReverseMortgages a { background-position: 0 -50px; }
	
	#thirdNavAllProductsRatesAutoLoans a { width: 93px; background-image: url('../images/thirdNavAllProductsRatesAutoLoans.gif'); }
	#thirdNavAllProductsRatesAutoLoans a:hover { background-position: 0 -25px; }
	body.Calculators #thirdNavAllProductsRatesAutoLoans a { background-position: 0 -50px; }
	
	/* Added for Loan options  RAM */
	
	#thirdNavLoanOptions a { width: 102px; background-image: url('../images/LearnAboutRevMtg.LoanOptions.gif'); }
	#thirdNavLoanOptions a:hover { background-position: 0 -25px; }
	body.LoanOptions #thirdNavLoanOptions a { background-position: 0 -50px; }
	#thirdNavEasyProcess a { width: 102px; background-image: url('../images/LearnAboutRevMtg.EasyProcess.gif'); }
	#thirdNavEasyProcess a:hover { background-position: 0 -25px; }
	body.EasyProcess #thirdNavEasyProcess a { background-position: 0 -50px; }
	#thirdNavUseOfProceeds a { width:121px; background-image: url('../images/LearnAboutRevMtg.UseOfProceeds.gif'); }
	#thirdNavUseOfProceeds a:hover { background-position: 0 -25px; }
	body.UseOfProceeds #thirdNavUseOfProceeds a { background-position: 0 -50px; }
	#thirdNavIndepentCounseling a { width: 163px; background-image: url('../images/IndepCouncel.gif'); }
	#thirdNavIndepentCounseling a:hover { background-position: 0 -25px; }
	body.IndepentCounseling #thirdNavIndepentCounseling a { background-position: 0 -50px; }
	#thirdNavInfoForFamily a { width: 217px; background-image: url('../images/LearnAboutRevMtg.InfoForFamily.gif'); }
	#thirdNavInfoForFamily a:hover { background-position: 0 -25px; }
	body.InfoForFamily #thirdNavInfoForFamily a { background-position: 0 -50px; }
	#thirdNavWhyRevMortgage a { width: 165px; background-image: url('../images/LearnAboutRevMtg.WhyRevMortgage.gif'); }
	#thirdNavWhyRevMortgage a:hover { background-position: 0 -25px; }
	body.WhyRevMortgage #thirdNavWhyRevMortgage a { background-position: 0 -50px; }
	

	/* Added for Help for Home Buyers */
	#thirdNavFirstTimeBuyers a { width: 150px; background-image: url('../images/HelpForHomeBuyers.FirstTimeBuyers.gif'); }	
	#thirdNavFirstTimeBuyers a:hover { background-position: 0 -25px; }
	body.FirstTimeHomeBuyers #thirdNavFirstTimeBuyers a { background-position: 0 -50px; }
	#thirdNavBuyingYourNextHome a { width: 130px; background-image: url('../images/HelpForHomeBuyers.buyingYourNextHome.gif'); }
	#thirdNavBuyingYourNextHome a:hover { background-position: 0 -25px; }
	body.BuyingYourNextHome #thirdNavBuyingYourNextHome a { background-position: 0 -50px; }
	#thirdNavMortgageRefinancing a { width:150px; background-image: url('../images/HelpForHomeBuyers.mortgageRefinancing.gif'); }
	#thirdNavMortgageRefinancing a:hover { background-position: 0 -25px; }
	body.MortgageRefinancing #thirdNavMortgageRefinancing a { background-position: 0 -50px; }
	#thirdNavGettingApproved a { width: 130px; background-image: url('../images/HelpForHomeBuyers.gettingApproved.gif'); }
	#thirdNavGettingApproved a:hover { background-position: 0 -25px; }
	body.GettingApproved #thirdNavGettingApproved a { background-position: 0 -50px; }
	

#calcNav ul li { width: 131px; height: 23px; }
#calcNav ul li a { width: 131px; height: 23px; display: block; text-indent: -9999px; }
	#calcNav ul li#calcAffordability a { background-image: url('../images/calcNavAffordability.gif'); }
	#calcNav ul li#calcAffordability a:hover { background-position: 0 46px; }
	body.calcAffordability #calcNav ul li#calcAffordability a { background-position: 0 23px; }
	#calcNav ul li#calcAmortization a { background-image: url('../images/calcNavAmortization.gif'); }
	#calcNav ul li#calcAmortization a:hover { background-position: 0 46px; }
	body.calcAmortization #calcNav ul li#calcAmortization a { background-position: 0 23px; }
	#calcNav ul li#calcMonthlyPayments a { background-image: url('../images/calcNavMonthlyPayments.gif'); }
	#calcNav ul li#calcMonthlyPayments a:hover { background-position: 0 46px; }
	body.calcMonthlyPayments #calcNav ul li#calcMonthlyPayments a { background-position: 0 23px; }
	#calcNav ul li#calcRefinance a { background-image: url('../images/calcNavRefinance.gif'); }
	#calcNav ul li#calcRefinance a:hover { background-position: 0 46px; }
	body.calcRefinance #calcNav ul li#calcRefinance a { background-position: 0 23px; }
	#calcNav ul li#calcRentVBuy a { background-image: url('../images/calcNavRentVBuy.gif'); }
	#calcNav ul li#calcRentVBuy a:hover { background-position: 0 46px; }
	body.calcRentVBuy #calcNav ul li#calcRentVBuy a { background-position: 0 23px; }

#helpNav ul li { width: 139px; height: 23px; }
#helpNav ul li a { width: 139px; height: 23px; display: block; text-indent: -9999px; }
	#helpNav ul li#helpNavFirstTime a { background-image: url('../images/helpNavFirstTime.gif'); }
	#helpNav ul li#helpNavFirstTime a:hover { background-position: 0 -23px; }
	body.helpFirstTime #helpNav ul li#helpNavFirstTime a { background-position: 0 -46px; }
	#helpNav ul li#helpNavBuyingYourNext a { background-image: url('../images/helpNavBuyingYourNext.gif'); }
	#helpNav ul li#helpNavBuyingYourNext a:hover { background-position: 0 -23px; }
	body.helpBuyingYourNext #helpNav ul li#helpNavBuyingYourNext a { background-position: 0 -46px; }
	#helpNav ul li#helpNavMortgageRefi a { background-image: url('../images/helpNavMortgageRefi.gif'); }
	#helpNav ul li#helpNavMortgageRefi a:hover { background-position: 0 -23px; }
	body.helpMortgageRefi #helpNav ul li#helpNavMortgageRefi a { background-position: 0 -46px; }
	#helpNav ul li#helpNavGettingApproved a { background-image: url('../images/helpNavGettingApproved.gif'); }
	#helpNav ul li#helpNavGettingApproved a:hover { background-position: 0 -23px; }
	body.helpGettingApproved #helpNav ul li#helpNavGettingApproved a { background-position: 0 -46px; }
	
	


body.ReverseMortgage #mainNavReverseMortgage
{
	background-image: url('../images/mainNavSavingsCDs_03.gif');
}

.loginDropDown {
background-image:url(../images/accountMenu_Home.gif);
background-position:0 -21px;
color:#000000 !important;
display:block;
font-size:12px;
height:21px;
left:10px;
line-height:21px !important;
margin:0 !important;
padding:0 10px !important;
position:absolute;
text-decoration:none !important;
top:20px;
width:117px;
z-index:9;
}
