/* sectionmenu.Dcss */

.SectionMenu {
  width: 200px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .SectionName {
  padding: 10px;
  color: #861E45;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  background: url(/images/sectionmenu/header.gif) no-repeat;
}

.SectionMenu .section {
  background: #c4829d;
}

.SectionMenu .section li a {
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #c4829d;
  padding-left: 5px;
  background: #861E45;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: #F0852F;
}

.SectionMenu .rubric {
  margin: 0 1px;
}

.SectionMenu .rubric li a {
  line-height: 23px;
  background: white;
  text-transform: none;
  color: #861E45;
  padding-left: 10px;
  font-size: 12px;
  border-bottom: 1px solid #861E45;
  line-height: 25px;
  height: 25px;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  background: #c4829d;
}

.SectionMenu .file {
  text-align: center;
  padding: 20px 0;
  background: url(/images/sectionmenu/bottom.gif) no-repeat bottom;
}