@charset "utf-8";
/* Menu CSS Document */


#menu {
	background:#000 url('../images/menu.png') no-repeat scroll 0px 0px;
	height:52px;
	width:871px;
	text-align:center;
	margin:auto;
	
}
* html body #container #header #menu {
	width:874px;
}
#menu_home {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:75px;
	display:block;
}
#menu_home:hover, #home #menu_home {
	background:url('../images/menu.png') 0px -52px no-repeat;
}
#menu_about_us {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:85px;
	display:block;
}
#menu_about_us:hover, #about_us #menu_about_us {
	background:url('../images/menu.png') -75px -52px no-repeat;
}
#menu_tips_and_alerts {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:108px;
	display:block;
}
#menu_tips_and_alerts:hover, #tips_and_alerts #menu_tips_and_alerts {
	background:url('../images/menu.png') -160px -52px no-repeat;
}
#menu_commercial_services {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:151px;
	display:block;
}
#menu_commercial_services:hover, #commercial_services #menu_commercial_services {
	background:url('../images/menu.png') -268px -52px no-repeat;
}
#menu_residential_services {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:152px;
	display:block;
}
#menu_residential_services:hover, #residential_services #menu_residential_services {
	background:url('../images/menu.png') -419px -52px no-repeat;
}
#menu_news {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:91px;
	display:block;
}
#menu_news:hover, #news #menu_news {
	background:url('../images/menu.png') -571px -52px no-repeat;
}
#menu_case_studies {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:108px;
	display:block;
}
#menu_case_studies:hover, #case_studies #menu_case_studies {
	background:url('../images/menu.png') -662px -52px no-repeat;
}
#menu_contact_us {
	text-indent:-9999px;
	float:left;
	height:52px;
	margin:auto;
	width:100px;
	display:block;
}
#menu_contact_us:hover, #contact_us #menu_contact_us {
	background:url('../images/menu.png') -770px -52px no-repeat;
}
