@charset "UTF-8";
/* CSS Document */

#nav1, #nav2 { background:#3366CC; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;
	text-align: center; height: 26px; line-height:26px; width: 629px; position: relative; margin:0 auto; color:#FFFFFF; }
	
#home, #aboutUs, #services, #applyNow, #rateAdvisor, #links, #calculator, #careers, 
#mortgageTerms, #existingClients, #mortgageProfessionals, #freeReports, #homeWarranty, #employeeBenefits, #contactUs {
	position:absolute; top:0; text-align:center; height:26px; line-height:26px; cursor:pointer;
}

#home { width:78px; left:0; }
#aboutUs { width:78px; left:78px; }
#services { width:78px; left:156px; }
#applyNow { width:89px; left:234px; }
#rateAdvisor { width:83px; left:323px; }
#links { width:78px; left:406px; }
#calculator { width:78px; left:484px; }
#careers { width:67px; left:562px; }

#mortgageTerms { width:87px; left:0; }
#existingClients { width:85px; left:87px; }
#mortgageProfessionals { width:119px; left:172px; }
#freeReports { width:79px; left:291px; }
#homeWarranty { width:89px; left:370px; }
#employeeBenefits { width:100px; left:459px; }
#contactUs { width:70px; left:559px; }


#home:hover, #aboutUs:hover, #services:hover, #applyNow:hover, #rateAdvisor:hover, #links:hover, #calculator:hover, #careers:hover,
#mortgageTerms:hover, #existingClients:hover, #mortgageProfessionals:hover, #freeReports:hover, 
#homeWarranty:hover, #employeeBenefits:hover, #contactUs:hover {
	background:#FFFFFF; color:#3366CC;
}

.navbtn:hover { background:#FFFFFF !important; }


