@charset "UTF-8";
/* CSS Document */

a.home {
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/home2.gif);
	}

a.home:hover {
	background-position: -100px 0;
	}
	
	
a.attorneys {
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/attorneys2.gif);
	}

a.attorneys:hover {
	background-position: -100px 0;
	}
	
	
a.practice {
	display: block;
	width: 150px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/practice2.gif);
	}

a.practice:hover {
	background-position: -150px 0;
	}
	
	
a.resources {
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/resources2.gif);
	}

a.resources:hover {
	background-position: -100px 0;
	}
	
	
	
a.location {
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/location2.gif);
	}

a.location:hover {
	background-position: -100px 0;
	}
	
	
a.community {
	display: block;
	width: 150px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/community2.gif);
	}

a.community:hover {
	background-position: -150px 0;
	}
	
	
a.contact {
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	background: url(images/rollovers/contact2.gif);
	}

a.contact:hover {
	background-position: -100px 0;
	}
	
	
.displace {
	position: absolute;
	left: -5000px;
	}
a.aboutfirm {
	display: block;
	width: 140px;
	height: 25px;
	text-decoration: none;
	background: url(images/rollovers/aboutfirm.gif);
	}

a.aboutfirm:hover {
	background-position: 0px -25;
	}