
		/* link dimensions correspond with image dimensions */
		.navButton1, .navButton1:visited {
		
			position:relative !important;
			display:block;
			cursor: hand;
			}
			
		/* span is same dimensions as link and positioned to superimpose */
		.navButton1 span, .navButton1:visited span {
			display:block;
			width:100%;
			position:absolute;
			left:0;
			top:0;
			z-index:1;
			background-repeat:no-repeat;
			}			
			
			/* link and list-item widths correspond with image widths */
			#Tradition, #TraditionButton, #TraditionButton:visited {	
				width:185px;
				height:48px;
				background-image:url(/images/Nav/btn_Tradition.gif);
				}
				
			/* button images are span background images */
			#TraditionButton span, #TraditionButton:visited span {	
				width:185px;
				height:48px;
				background-image:url(/images/Navigation/Tradition.gif);
				}	
			
			/* link and list-item widths correspond with image widths */
			#FindYourHome, #FindYourHomeButton, #FindYourHomeButton:visited {	
				width:185px;
				height:48px;
				background-image:url(/images/Nav/btn_FindYourHome.gif);
				}
				
			/* button images are span background images */
			#FindYourHomeButton span, #FindYourHomeButton:visited span {	
				width:185px;
				height:48px;
				background-image:url(/images/Navigation/FindYourHome.gif);
				}	
			
			/* link and list-item widths correspond with image widths */
			#FinanceYourDream, #FinanceYourDreamButton, #FinanceYourDreamButton:visited {	
				width:185px;
				height:48px;
				background-image:url(/images/Nav/btn_FinanceYourDream.gif);
				}
				
			/* button images are span background images */
			#FinanceYourDreamButton span, #FinanceYourDreamButton:visited span {	
				width:185px;
				height:48px;
				background-image:url(/images/Navigation/FinanceYourDream.gif);
				}	
			
			/* link and list-item widths correspond with image widths */
			#ContactUs, #ContactUsButton, #ContactUsButton:visited {	
				width:185px;
				height:48px;
				background-image:url(/images/Nav/btn_ContactUs.gif);
				}
				
			/* button images are span background images */
			#ContactUsButton span, #ContactUsButton:visited span {	
				width:185px;
				height:48px;
				background-image:url(/images/Navigation/ContactUs.gif);
				}	
			
			/* link and list-item widths correspond with image widths */
			#Realtors, #RealtorsButton, #RealtorsButton:visited {	
				width:185px;
				height:48px;
				background-image:url(/images/Nav/btn_Realtors.gif);
				}
				
			/* button images are span background images */
			#RealtorsButton span, #RealtorsButton:visited span {	
				width:185px;
				height:48px;
				background-image:url(/images/Navigation/Realtors.gif);
				}	
			
			/* rollovers are background position so that no preloading is necessary */
			.navButton1 span, .navButton1:visited span {
				background-position:0 0;
				}
			

		
