.SectionMenu {
  height: 100%;
  width: 209px;
  vertical-align: top;
}

.SectionMenu .SectionName {
  text-transform: uppercase;
  color: #ED1C24;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

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

.SectionMenu .section li a {
  display: block;
  text-decoration: none;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  color: black;
  font-size: 13px;
  background: transparent url(/images/menu/sectionmenu-header.gif) no-repeat;
}

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

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

.SectionMenu .section .important {
  border: 1px solid red;
}
.SectionMenu .rubric li {
  list-style-type: none;
  background: url(/images/menu/arrow.png) no-repeat 10px 8px;
}

.SectionMenu .rubric li a {
  font-size: 11px;
  color: #333333;
  padding: 5px 5px 5px 20px;
  margin: 0;
  background: none;
}

.SectionMenu .section a:hover,
.SectionMenu .section a.selected {
  color: #ED1C24;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  text-decoration: underline;
  color: #333333;
}

/* ServiceMenu */

.SectionMenu .ServiceMenu {
  border: 1px solid #6298BF;
}

.SectionMenu .ServiceMenu .ServiceName {
  background: transparent url(/images/menu/service-header.gif) no-repeat;
  height: 25px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
}