#other_pages{
  padding-top: 20px;
  text-align: center;
}
#other_pages h2{
  padding: 20px 0 15px 0px;
  font-size: 14px;
  font-weight: bold;
}
#other_pages li{
  padding-top: 13px;
  padding-right: 5px;
}
#addresses{
  padding-top: 20px;
}
#addresses h2{
  padding: 20px 15px 15px 15px;
  font-size: 14px;
  font-weight: bold;
}
#addresses li{
  padding: 8px 20px 8px 20px;  
	list-style-type:none;
  font-size: 13px;
  font-weight: bold;
	vertical-align:top; /*IE bug */
  background: url('../images/content_menu_sep_bg.png') no-repeat;
  background-position: top;    
}

#addresses a.toogle_address{
  text-decoration: none;
  color: #496289;
  font-weight: normal;
  font-size: 12px;
  display: block;
}

#addresses li ul li{
  background: none;
  padding: 0px;
  font-size: 11px;
  font-weight: normal;
}

#addresses li ul li.email{
  padding-top: 5px;
}
#addresses li ul li.email strong{
  font-weight: normal;
  color: #496289;  
}
#addresses li ul li.web_page a{
  color: #496289;
  font-weight: bold;
}
#addresses ul li ul{
  display: none;
}