.SectionMenu {
  margin: 20px;
 margin-right: 0;
  background: white;
  height: 100%;
  width: 215px;
}

.SectionMenu .SectionMenuTitle {
  color: #4BAF2C;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
  display: block;
  border-left: 6px solid #4BAF2C;
  padding: 0 10px;
}

.SectionMenu ul {
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  border-left: 6px solid #4BAF2C;
  border-bottom: 2px dotted #DADBDC;
}

.SectionMenu ul li a {
  display: block;
  text-decoration: none;
  _height: 25px; /* ie6 hack */
}

.SectionMenu ul li ul {
  border: 0;
  margin-bottom: 10px;
}

/* Section */
.SectionMenu .section li a {
  margin: 0;
  padding: 10px 0;
  _padding: 5px 0; /* ie6 hack */
  _line-height: 25px; /* ie6 hack */
  color: #595959;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 2px dotted #DADBDC;
  font-weight: bold;
}
.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;
}
.SectionMenu .section li a.important {
  background: #d1ffbc;
  margin-left: -10px;
  padding-left: 10px;
}
.SectionMenu .section li a:hover {
  background: #f6f6f6;
  margin-left: -10px;
  padding-left: 10px;
}
.SectionMenu .section li a:hover span{
  background: transparent url(/images/pictos/green-bottom-arrow.gif) no-repeat right;
}

/* Rubric */
.SectionMenu .rubric li a {
  background: transparent url(/images/pictos/square.gif) no-repeat left;
  margin: 0;
  padding: 5px 0 5px 15px;
  _padding: 0 0 0 15px; /* ie6 hack */
  font-size: 13px;
  color: #595959;
  font-weight: normal;
  text-transform: none;
  border: none;
}

.SectionMenu .rubric li a:hover {
  background: transparent url(/images/pictos/square.gif) no-repeat left;
  text-decoration: underline;
  margin: 0;
  padding: 5px 0 5px 15px;
  _padding: 0 0 0 15px; /* ie6 hack */
}

/* Sticker */
.SectionMenu img.sticker {
  margin-top: 20px;
}