.residential {
	float: left;
	width: 150px;
	height: 45px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #F00000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 45px;
	background-image: url(../menu/frontheader.gif);
	margin-left: 120px;
	clear: right;
}

.business {
	float: left;
	width: 150px;
	height: 45px;
	background-color: #F0F0F0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 45px;
	background-image: url(../menu/backheader.gif);
}

.residential:hover {
	text-decoration: underline;
}

.business:hover {
	text-decoration: underline;
}