/* menu.css */

.SectionMenu {
  min-height: 135px;
  height: 135px;
  width: 185px;
  font-size: 12px;
  background: transparent url(/images/sectionmenu/sectionmenu-bottom.gif) no-repeat bottom right;
}

.SectionName {
  color: #9D9E90;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  padding-left: 5px;
  background: white;
}

.SectionMenu ul {
  list-style-type: none;
  background: transparent url(/images/sectionmenu/sectionmenu-top.gif) no-repeat top right;
}

.SectionMenu ul li {
  line-height: 27px;
}

.SectionMenu .section li {
  font-size: 13px;
  border-bottom: 1px solid white;
  width: 180px;
}

.SectionMenu .section li a {
  color: white;
  text-decoration: none;
  display: block;
  margin: 0;
  padding-left: 2px;
}

.SectionMenu .section li a .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 5px;
}

.SectionMenu .section li a:hover span,
.SectionMenu .section li a.selected span {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 5px;
}

.SectionMenu .section li a:hover,
.SectionMenu .section li a.selected {
  background: transparent url(/images/menu/background.gif) repeat-x bottom;
  color: #77D900;
  text-decoration: none;
}

.SectionMenu .rubric {
  margin: 0;
}

.SectionMenu .rubric li {
  background: none;
  display: block;
  text-transform: none;
  border-top: 1px solid white;
  margin: 0 5px;
}

.SectionMenu .rubric li a {
  font-weight: normal;
  color: white;
  font-size: 15px;
  background: none;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  color: #0C295B;
  background: #C2CCDA;
}