@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') -228px 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') -228px -49px no-repeat;
}
#menu_attorneys {
	text-indent:-9999px;
	float:left;
	height:31px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_attorneys:hover, #attorneys #menu_attorneys {
	background:url('../images/menu.jpg') -228px -78px no-repeat;
}
#menu_education_and_publications{
	text-indent:-9999px;
	float:left;
	height:31px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_education_and_publications:hover, #education_and_publications #menu_education_and_publications {
	background:url('../images/menu.jpg') -228px -109px no-repeat;
}
#menu_areas_of_practice {
	text-indent:-9999px;
	float:left;
	height:29px;
	margin:auto;
	width:225px;
	display:block;
}
#menu_areas_of_practice:hover, #areas_of_practice #menu_areas_of_practice {
	background:url('../images/menu.jpg') -228px -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') -228px -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') -228px -199px no-repeat;
}
 
