/* leftmenu.css */

.SectionMenu {
  width: 180px;
  margin-top: 5px;
  background: white;
}

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

.SectionMenu .section li a {
  background: #990202 url(/images/menu/section.gif) repeat-x top;  
  text-decoration: none;
  line-height: 25px;
  margin-bottom: 2px;
  font-size: 12px;
  padding-left: 5px;
  height: 25px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
}

.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: #F4C9BA url(/images/menu/section.gif) repeat-x bottom;
  color: #6D161C;
}

.SectionMenu .rubric {
  background: #990202;
}

.SectionMenu .rubric li a {
  background: #EEDCD4;
  padding-left: 20px;
  color: #990202;
  margin-bottom: 1px;
}

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