/* menu.css */
.SectionMenu {
  height: 100%;
  width: 200px;
  padding: 0;
  color: #455661;
  font-size: 12px;
}

.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu ul li {
  background: white;
}

.SectionMenu .SectionMenuTitle {
  background: white;
  color: #A1957B;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  padding-left: 10px;
}

.SectionMenu .rubric {
  line-height: 25px;
  color: white;
  background: #A1957B;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid white;
  padding-left: 10px;
}

.SectionMenu .rubric a {
  color: white;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  margin-left: -10px;
  height: 25px;
}

.SectionMenu .rubric a:hover {
  background: #EAE6DB;
  color: #534F4E;
} 

.SectionMenu .category {
  margin: 0;
  padding: 0;
  background: white;
  padding-left: 10px;
  margin-left: -10px;
}

.SectionMenu .category a {
  line-height: 25px;
  color: #534F4E;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #DADBDC;
  width: 190px;
  text-decoration: none;
  display: block;
  height: 25px;
  text-transform: none;
}
.SectionMenu .category a:hover {
  background: #E5E4E0;
  color: #534F4E;
}