/* This stylesheet defines the properties for the navigation buttons */

/* ---------------------- */
/* Navigation Bar Buttons */
/* ---------------------- */

.housebutton {
  font-weight:bold;
  text-align:center;
  margin-bottom:1px;
  margin-top:1px;
}

/* Define the navigation buttons "at rest" */

.housebutton a {
	padding:4px;
	text-decoration:none;
	display:block;
	color:#000;
	background-color:#c8c8c8;
	border-top: 3px #e8e8e8 solid;
	border-left: 3px #e8e8e8 solid;
	border-bottom: 3px #000 solid;
	border-right: 3px #000 solid;
}

/* Define the navigation buttons when the mouse hovers over them */

.housebutton a:hover {
	color:#000;
	background-color: #909090;
	border-top: 3px #000 solid;
	border-left: 3px #000 solid;
	border-bottom: 3px #c0c0c0 solid;
	border-right: 3px #c0c0c0 solid;
}

.housebutton2 {
  font-weight:bold;
  font-size:0.75em;
  text-align:center;
  margin-bottom:0;
  margin-top:1px;
  margin-left:15px;
}

/* Define the navigation buttons "at rest" */

.housebutton2 a {
	padding:1px;
	text-decoration:none;
	display:block;
	color:#000;
	background-color:#b4b4b4;
	border-top: 2px #e8e8e8 solid;
	border-left: 2px #e8e8e8 solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
}

/* Define the navigation buttons when the mouse hovers over them */

.housebutton2 a:hover {
	color:#000;
	background-color: #909090;
	border-top: 2px #000 solid;
	border-left: 2px #000 solid;
	border-bottom: 2px #c0c0c0 solid;
	border-right: 2px #c0c0c0 solid;
}
