/* menu.css */
.SectionMenu {
  height: 100%;
  min-height: 600px;
  width: 240px;
  color: #D01B1B;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px 0 3px;
  text-transform: uppercase;
}

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

.SectionMenu .section {
  line-height: 29px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.SectionMenu .section a {
  color: white;
  text-decoration: none;
  display: block;
  height: 29px;
  padding-left: 10px;
  border-bottom: 1px solid white;
  background: url(/images/menu/section.gif) repeat-x top; 
  overflow: hidden;
}

.SectionMenu .section a:hover {
  background: url(/images/menu/section.gif) bottom;
}

.SectionMenu .section li a.important {
  background: url(/images/menu/section-important.gif) no-repeat top left;
  color: white;
  padding-left: 20px;
}
.SectionMenu .section li a.important:hover {
  background: url(/images/menu/section-important.gif) no-repeat bottom left;
  padding-left: 20px;
}

.SectionMenu .rubric a {
  line-height: 29px;
  background: url(/images/menu/rubric.gif) top;
  color: #003466;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid white;
  text-decoration: none;
  display: block;
  text-transform: none;
  height: 100%;
}

* html .SectionMenu .rubric a {
  height: 29px;
}


.SectionMenu .rubric a:hover {
  background: url(/images/menu/rubric.gif) bottom;
  color: white; 
}

.SectionMenu .category li {
  background: white;
  border-bottom: 2px dotted #595959;
}

.SectionMenu .category a {
  padding-left: 20px;
  line-height: 29px;
  background: transparent url(/images/menu/fleche.gif) 10px 11px no-repeat;
  color: #003466;
  font-size: 12px;
  text-decoration: none;
  display: block;
  text-transform: none;
  height: 100%; 
}

* html .SectionMenu .category a {
  height: 29px;
}

.SectionMenu .category a:hover {
  background: url(/images/menu/category-hover.gif) repeat-x top;
}

a .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat 10px;
  padding: 10px;
}

a:hover .SectionMenuArrow,
a .SectionMenuArrow2 {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 10px;
}

.SectionMenu a.simulation {
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 5px;
}