html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0;
	background: #aa884b;
	list-style-type: none;
	width: 223px;
	height: 170px;
	float: left; /* Contain floated list items */
}
#nav li {
  margin: 5;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 2px 10px 2px 20px;
  line-height: 2.2;
  border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {  
  background: #bd9b5e;
}
#body_featured #nav_featured a,
    #body_search #nav_search a,#body_alert #nav_alert a,
    #body_open #nav_open a,#body_just #nav_just a,
    #body_offices #nav_offices a,#body_agents #nav_agents a,
	#body_contact #nav_contact a,#body_aboutus #nav_aboutus a,
	#body_wcgadvantage #nav_wcgadvantage a,#body_careers #nav_careers a,
	#body_finance #nav_finance a,#body_comm #nav_comm a,
	#body_res #nav_res a,#body_beaut #nav_beaut a,
	#body_history #nav_history a,#body_awards #nav_awards a,
	#body_community #nav_community a, #body_comm #nav_comm a,
	#body_neighborhoods #nav_neighborhoods a, #body_luxury #nav_luxury a,
	#body_propwebs #nav_propwebs a, #body_trends #nav_trends a {
  background: #d3d19e;
  color: #1A1303;
  font-weight: bold;
}
