.nav-sprite {
  /* IE6 doesn't support PNG transparency... */
  background-image: url('//d36cz9buwru1tt.cloudfront.net/nav/nav_main_sprite_ie6.gif');
}

#nav-search-in {
  position: static;
  width: 200px;
}

#nav-search-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  left: auto; /* 'reset' the 'left' setting in normal (i.e., non-ie6 styles) */
  right: 41px;
  top: 8px;
  filter: alpha(opacity=100);
  width: 190px;
}

#nav-searchfield-width {
  /* normally this would is set via javascript, but since we're using
   * a fixed-width select field, this can be set to a fixed width as well */
  padding-right: 200px; 
}

#nav-search-in-content,
#nav-search-in .nav-down-arrow {
  /* we aren't using this in IE6, we're using the native select field */
  display: none;
}

#sideNav .decoratedBox .head h4 {
  margin-bottom: 8px;
}