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

.SectionMenu ul {
  list-style-type: none;
  background: white url(/images/section-menu/menu.gif) repeat-x bottom;
}

.SectionMenu ul li {
  line-height: 25px;
  _height: 20px; /* ie6 hack */
}

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

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

.SectionMenu .section li a {
  color: #D9D79A;
  text-decoration: none;
  display: block;
  padding-left: 10px;
}

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

.SectionMenu .rubric {
  border: 1px solid #455661;
  border-left: none;
  margin-bottom: 2px;
  _margin-bottom: 7px; /* hack ie6 */
}

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

.SectionMenu .rubric li a {
  color: #455661;
  line-height: 23px;
  _height: 23px; /* hack ie6 */
}

.SectionMenu li a:hover {
  background: #3b7dd5 url(/images/section-menu/hover.gif) repeat-x bottom;
  color: white;
}