#navigator {

}

.housebutton {
line-height: 107%;
}

.housebutton a {
font-size: 104%;
font-family:  Arial, sans-serif;
}

.housebutton a:hover {
font-size: 104%;
font-family:  Arial, sans-serif;
}







#navigator {
background-color: #f7ffd6;
border:  none;
width: auto;
margin-top: auto;
margin-left: auto;
margin-right: auto;
padding: 5px;
text-align: left;

}




.housebutton {


text-align: left;
margin-bottom: 1px;
margin-top: 1px;
}







.housebutton a {
padding:  4px;
text-decoration: none;
display: block;
color: #fff; 
background-color: #DE7001;
border-top: 1px solid #fff;
border-left: 1px solid #fff;	
border-right: 1px solid #fff;	
border-bottom: 1px solid #fff;

}






.housebutton a:hover {
color: #DE7001; 
background-color: #fff;
border-top: 1px solid #DE7001;
border-left: 1px solid #DE7001;	
border-right: 1px solid #DE7001;	
border-bottom: 1px solid #DE7001;


}

#center-nav {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  text-align:center;
  }
#center-nav li {
  display:table-cell;
  }
* html #center-nav li {
  float:left;
  }
#center-nav a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff; 
  background:#98b509; 
  border:1px solid #fff; 
  text-decoration:bold;none
  font-family:  Arial, sans-serif;
  font-size: 104%;
  }
  
* html #center-nav a {
  float:left;
  }
#center-nav a:hover {
  color:#98b509; 
  background:#fff;
  border-top: 1px solid #98b509;
border-left: 1px solid #98b509;	
border-right: 1px solid #98b509;	
border-bottom: 1px solid #98b509;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

