#navigator {
	background-color: #26224A;
	border: 1px #000000 solid;
	width: 145px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	margin-bottom: auto;
}

.housebutton {
	font-weight: normal;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px;
}

.housebutton a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #26224A;
	border-top: 2px none #cce3ff;
	border-left: 2px none #cce3ff;
	border-bottom: 2px none #31557f;
	border-right: 2px none #31557f;
	margin: 0px;
}

.housebutton a:hover {
background-color: #999999;

border-top: 2px none #31557f;

border-left: 2px none #31557f;

border-bottom: 2px none #cce3ff;

border-right: 2px none #cce3ff;
}
