@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* Menu CSS Document */


#menu {
	background:#fff url('../images/menu.jpg') no-repeat scroll 0px 0px;
	height:265px;
	width:228px;
	text-align:center;
	float:left;
	border-top:1px solid #fff;
	/*border-bottom:1px solid #fff;*/
}

#menu_home {
	text-indent:-9999px;
	float:left;
	height:49px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_home:hover, #home #menu_home {
	background:url('../images/menu.jpg') -248px 0px no-repeat;
}
#menu_about_us {
	text-indent:-9999px;
	float:left;
	height:29px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_about_us:hover, #about_us #menu_about_us {
	background:url('../images/menu.jpg') -248px -49px no-repeat;
}
#menu_team_members {
	text-indent:-9999px;
	float:left;
	height:31px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_team_members:hover, #team_members #menu_team_members {
	background:url('../images/menu.jpg') -248px -78px no-repeat;
}
#menu_recent_updates{
	text-indent:-9999px;
	float:left;
	height:31px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_recent_updates:hover, #recent_updates #menu_recent_updates {
	background:url('../images/menu.jpg') -248px -109px no-repeat;
}
#menu_related_links {
	text-indent:-9999px;
	float:left;
	height:29px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_related_links:hover, #related_links #menu_related_links {
	background:url('../images/menu.jpg') -248px -140px no-repeat;
}
#menu_offices {
	text-indent:-9999px;
	float:left;
	height:30px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_offices:hover, #offices #menu_offices {
	background:url('../images/menu.jpg') -248px -169px no-repeat;
}
#menu_contact_us {
	text-indent:-9999px;
	float:left;
	height:67px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_contact_us:hover, #contact_us #menu_contact_us {
	background:url('../images/menu.jpg') -248px -199px no-repeat;
}
 
