/*navigation style sheet*/

.housebutton {
	text-align: left;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left:0px;
	margin-right: 8px;
}

.housebutton a {
	font-size: 100%;
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #093e70; 
	background-color: #FFFFCC;
	border-bottom: 1px #8FA6BE solid;
	border-right: 1px #8FA6BE solid;
	font-family: Arial, Verdana, Georgia, sans-serif;
	}

.housebutton a:hover {
	font-weight:bold;
	background-color: #FFFFff;
	}


