#bottom_menu {
  height: 74px;
}
#bottom_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#bottom_menu ul li {
  display: block;
  float: left;
}
#bottom_menu ul li a {
  display: block;
  float: left;
  line-height: 74px;
  color: #8f8a68;
  padding: 0px 10px;
  margin: 0px 1px;
}
#bottom_menu ul li a:hover {
  color: #018951;
  text-decoration: underline;
  background: transparent url('/img/backgrounds/bottom_menu_selected.gif') center bottom no-repeat;
}
#bottom_menu ul li.selected a {
  color: #018951;
  text-decoration: underline;
  background: transparent url('/img/backgrounds/bottom_menu_selected.gif') center bottom no-repeat;
}
#bottom_menu ul li.selected a:hover {
  color: #018951;
  text-decoration: underline;
  background: transparent url('/img/backgrounds/bottom_menu_selected.gif') center bottom no-repeat;
}
#bottom_menu ul li.first {
  background: none;
}

#menu {
  
}
#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu li {
}
#menu li a {
  display: block;
  height: 46px;
  line-height: 46px;
  background: transparent url('/img/backgrounds/menu_level1.gif') right center no-repeat; 
  font-weight: bold;
  color: #786722;
  padding: 0px 15px;
}
#menu li a:hover {
  text-decoration: none;
  background: transparent url('/img/backgrounds/menu_level1_over.gif') right center no-repeat; 
  font-weight: bold;
  color: #ffffff;
  padding: 0px 15px;
}
#menu li li a {
  display: block;
  height: 34px;
  line-height: 34px;
  background: #f1efec url('/img/icons/right_arrow2.gif') 30px center no-repeat; 
  font-weight: normal;
  color: #786722;
  padding: 0px 15px;
  padding-left: 40px;
}
#menu li li a:hover, #menu li li.selected a {
  text-decoration: none;
  background: #f1efec url('/img/icons/right_arrow2.gif') 30px center no-repeat; 
  font-weight: bold;
  color: #64a713;
  padding: 0px 15px;
  padding-left: 40px;
}

