@charset "utf-8";
/* CSS Document */

#links {
	width: 661px;
	height: 27px;
	margin-top: 72px;
}

#links li {
	overflow: hidden;
	background-position: top left;
	float: left;
	margin-right: 1px;
}

#links li A {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 6px 0 7px;
	float: left;
	text-align: center;
}

#links li A:hover {
	background-position: bottom left;
}

li A.home {
	background: url(images/bt-home.gif) no-repeat;
	width: 66px;
}

li A.genremodeling {
	background: url(images/bt-generalremodelling.gif) no-repeat;
	width: 134px;
}

li A.bathroomremodeling {
	background: url(images/bt-bathroomremodelling.gif) no-repeat;
	width: 140px;
}

li A.kitchenremodeling {
	background: url(images/bt-kitchenremodelling.gif) no-repeat;
	width: 133px;
}

li A.homeaddition {
	background: url(images/bt-homeaddition.gif) no-repeat;
	width: 105px;
}

li A.contactus {
	background: url(images/bt-contactus.gif) no-repeat;
	width: 77px;
}
