.SectionMenu {
  margin: 10px;
  background: white;
  height: 100%;
  width: 207px;
}

.SectionMenu .SectionMenuTitle {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
  display: block;
  text-align: center;
  background: transparent url(/images/sectionmenu/sectionmenutitle.gif) no-repeat;
}

.SectionMenu ul {
  margin: 0;
  list-style-type: none;
}
.SectionMenu .section {
  border: 1px solid #A0A0A0;
}
/* Section */
.SectionMenu .section li a {
  line-height: 35px;
  height: 35px;
  margin: 0 5px;
  color: #595959;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid #DADBDC;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.SectionMenu .section li a:hover,
.SectionMenu .section li a.selected {
  background: transparent url(/images/sectionmenu/sectionmenuhover.gif) no-repeat center;
  color: white;
}
.SectionMenu .section li a:hover span{
  background: transparent url(/images/pictos/green-bottom-arrow.gif) no-repeat right;
}

.SectionMenu .section li a .SectionMenuArrow {
  background: transparent url(/images/pictos/green-right-arrow.gif) no-repeat right;
  padding: 0 4px;
  margin-left: 3px;
}
.SectionMenu .section li a .SectionMenuArrow2 {
  background: transparent url(/images/pictos/green-bottom-arrow.gif) no-repeat right;
  padding: 0 4px;
  margin-left: 3px;
}

/* Rubric */
.SectionMenu .rubric li {
  list-style-type: circle;
  margin-left: 20px;
}

.SectionMenu .rubric li a {
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  color: #595959;
  font-weight: normal;
  text-transform: none;
  border: none;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  text-decoration: underline;
  background: none;
  color: #00892E;
}