/* site map styles */
#sitemap .header {
  margin: 0;
  padding: 26px 0 4px 4px;
  font-weight: bold;
  color: #006db8;
}
#sitemap {
  padding-bottom: 10px;
}
#sitemap .section,
#sitemap .misc_section,
#sitemap .market_section {
  float: right;
  width: 49%;
}
#sitemap .market_section {
  float: left;
  margin-bottom: 20px;
}
#sitemap .misc_section {
  margin-top: 20px;
}

#sitemap .level0 {
  display: block;
  margin: 0;
  padding: 4px 15px;
  color: #636052;
  background: url('../images/arrow_lnav.gif') no-repeat 5px 8px;
}
#sitemap .level0:hover {
  color: #2280c1;
  background: url('../images/arrow_lnav_on.gif') no-repeat 5px 8px;
}
#sitemap .level1,
#sitemap .level2 {
  display: block;
  margin: 0;
  padding: 4px 10px 4px 24px;
  color: #636052;
  background: url('../images/dash_lnav.gif') no-repeat 15px 10px;
}
#sitemap .level1:hover,
#sitemap .level2:hover {
  color: #2280c1;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}
#sitemap .level2 {
  margin-left: 12px;
}
#sitemap .level3 {
  display: block;
  margin: 0;
  margin-left: 22px;
  padding: 4px 5px 4px 20px;
  color: #636052;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}
#sitemap .level3:hover {
  color: #2280c1;
}

