/* menu.css */
.SectionMenu {
  height: 100%;
  width: 206px;
  padding: 0;
  color: #455661;
  font-size: 12px;
}

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

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

.SectionMenu .SectionMenuTitle {
  background: white;
  color: #45911b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  padding-left: 10px;
}

.SectionMenu .section li {
  color: white;
  background: url(/images/menu-header/menu.gif) repeat-x;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 1px;
}

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

.SectionMenu .section li a:hover {
  background:#85c5ef url(/images/menu-header/hover.gif) repeat-x top; 
  color: white;
}

.SectionMenu .section li.important a {
  background: transparent url(/images/menu-header/background-devis-sectionmenu.gif) no-repeat top left;
  padding-left: 22px;
}

.SectionMenu .section li.important a:hover {
  background: transparent url(/images/menu-header/background-devis-sectionmenu.gif) no-repeat bottom;
}

.SectionMenu .section li .SectionMenuArrow {
  background: transparent url(/images/menu-header/fleche.gif) no-repeat right;
  margin-right: 5px;
  padding-left: 10px;
}

.SectionMenu .rubric {
  border-top: 1px solid #DADBDC;
  border-left: none;
  margin-bottom: 2px;
  
}

.SectionMenu .rubric li {
  background: #d7d7d7;
  text-transform: none;
}

.SectionMenu .rubric li a {
  color: #2a2a2a;
  line-height: 23px;
}

.SectionMenu .rubric li .SectionMenuArrow3 {
  background: transparent url(/images/menu-header/fleche2.gif) no-repeat right;
  margin-right: 5px;
  padding-left: 10px;
}

.SectionMenu .rubric li a:hover {
  color: #f56202;
  background: #d7d7d7;
}

.SectionMenu .category li {
  border: none;
  list-style-type: disc;
  margin: 0;
}

.SectionMenu .category li a {
  padding: 0 0 2px 10px;
  font-size: 11px;
  text-decoration: none;
  display: block;
  width: 196px;
  background: white;
  color: #f56202;
  text-align: left;
  line-height: 20px;
}

.SectionMenu .category li a:hover {
  background: white;
  text-decoration: underline;
}