.housebutton a {
	padding: 3px;
	text-decoration: none;
	width: 135px;
	display: block;
	color: #333333;
	background-color: #EEECE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #C0B99A;
	border-bottom-color: #C0B99A;
	border-left-color: #FFFFFF;
}

.housebutton a:hover {
	padding: 3px;
	text-decoration: none;
	width: 135px;
	display: block;
	color: #CC0000;
	background-color: #ECCA84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.navback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #CCCCCC;
}
