/*HOME*/		#menu #home.selected a,
/*RATES*/		#menu #rates.selected a,
/*SERVICES*/	#menu #services.selected a,
/*GREEN*/		#menu #green.selected a,
/*ABOUT*/		#menu #about.selected a,
/*CONTACT*/		#menu #contact.selected a { padding:3px 0 0 0; }					/* HACK: FF */


/*HOME*/		* html #menu #home.selected a,
/*RATES*/		* html #menu #rates.selected a,
/*SERVICES*/	* html #menu #services.selected a,
/*GREEN*/		* html #menu #green.selected a,
/*ABOUT*/		* html #menu #about.selected a,
/*CONTACT*/		* html #menu #contact.selected a { padding:0; }						/* HACK: IE6 */


/*HOME*/		*:first-child+html #menu #home.selected a,
/*RATES*/		*:first-child+html #menu #rates.selected a,
/*SERVICES*/	*:first-child+html #menu #services.selected a,
/*GREEN*/		*:first-child+html #menu #green.selected a,
/*ABOUT*/		*:first-child+html #menu #about.selected a,
/*CONTACT*/		*:first-child+html #menu #contact.selected a { padding:0 0 0 0; }	/* HACK: IE7 */