/* sectionmenu.css */

.SiteLeft {
  background: url(/images/menu/background-sectionmenu.gif) no-repeat 18px bottom;
}

.SectionMenu {
  width: 200px;
}

.SectionMenu h1 {
  margin: 15px 0 5px 18px;
  color: #54B948;
  font-size: 25px;
}

.SectionMenu ul {
  list-style-type: none;
  margin-left: 18px;
}

.SectionMenu .section li a {
  color: #093F59;
  text-decoration: none;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  border-bottom: 1px solid #C9C8B4;
  display: block;
  font-size: 14px;
}

.SectionMenu .section li a:hover {
  background: url(/images/menu/arrow-sectionmenu.gif) no-repeat 0 9px;
  //background: url(/images/menu/arrow-sectionmenu.gif) no-repeat 0 11px;
  padding-left: 8px;
  text-decoration: underline;
  color: #7C0000;
}

.SectionMenu .rubric li a {
  color: #595959;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: block;
  font-size: 12px;
}