#navigator {

}

.housebutton {
line-height: 107%;
}

.housebutton a {
font-size: 100%;
font-family: 'Arimo', sans-serif;
}

.housebutton a:hover {
font-size: 100%;
font-family: 'Arimo', sans-serif;
}







#navigator {
background-color: #f7ffd6;
border:  none;
width: auto;
margin-top: auto;
margin-left: auto;
margin-right: auto;
padding: 2px;
text-align: left;

}




.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 1px;
margin-top: 1px;
}







.housebutton a {
padding:  4px;
text-decoration: none;
display: block;
color: #000000; 
background-color: #e9f5bd;
border-top: 1px solid #C8E85B;
border-left: 1px solid #C8E85B;	
border-right: 1px solid #C8E85B;	
border-bottom: 1px solid #C8E85B;

}






.housebutton a:hover {
color: #ffffff; 
background-color: #77bf59;
border-top: 1px solid #e9f5bd;
border-left: 1px solid #e9f5bd;	
border-right: 1px solid #e9f5bd;	
border-bottom: 1px solid #e9f5bd;


}

#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:#000; 
  background:#e9f5bd; 
  border:1px solid #c8e85b; 
  text-decoration:bold;none
  font-family: 'Arimo', sans-serif;
  font-size: 110%;
  }
  
* html #center-nav a {
  float:left;
  }
#center-nav a:hover {
  color:#fff; 
  background:#77bf59;
  border:1px solid #c8e85b; 
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

