#navigation_menu {
  margin: 0px;
  border: 0px;
  height: 260px;
  background-color: #F2F1F2;
  background-image: url('images/menu.gif');
  background-repeat: repeat-x;
  background-position: top;
  width: 206px;
}
/* above inherited from old "styles" */

#header h1 {
  text-indent: -9000px;
  height: 0px;
  margin: 0;
}

/* new content area styling */
div.shim {
  padding: 1em 5px;
}

/* new menu styling */
#navigation_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navigation_menu ul li {
}

#navigation_menu ul li a {
  display: block;
  margin-left: .5em;
  font-size: .75em;
  padding: .2em 0 .2em .5em;
  color: #455560;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #781f1c;
}

#navigation_menu ul li a:hover {
  color: #781f1c;
}

#navigation_menu ul li a.selected {
  color: #781f1c;
}

#navigation_menu ul li a.selected_green {
  color: #00AA0C;
}

#navigation_menu ul li.last_menu a {
  border: none;
  padding-left: 0;
}

#navigation_menu ul img {
  border: 0;
  margin-left: .4em;
}