/* sectionmenu.css */

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

.SectionMenu .SectionName {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #6C7F93;
}

.SectionMenu .section a {
  display: block;
  line-height: 30px;
  margin-bottom: 1px;
  padding-left: 5px;
  background: #556578 url(/images/menu/sectionmenu.gif) repeat-x top;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: 1px solid #546477;
}

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

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

.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  background: #8a96a6 url(/images/menu/sectionmenu.gif) repeat-x left -60px;
  color: #A1001A;
}

.SectionMenu .section a.important {
  background: #970813 url(/images/menu/important.gif) no-repeat bottom;
  padding-left: 25px;
}

.SectionMenu .section a.important:hover {
  background: #E42D43 url(/images/menu/important.gif) no-repeat top;
  color: white;
}

.SectionMenu .rubric li a {
  background: none;
  text-transform: none;
  color: black;
  border: none;
  border-bottom: 1px solid #808080;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  background: none;
  color: #A1001A ;
}