/* menu.css */
.SectionMenu {
  height: 100%;
  min-height: 600px;
  width: 200px;
  padding: 0;
  color: #455661;
  font-size: 12px;
  border-top: 2px solid white;
}

.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 .sectionTitle {
  color: #003466;
  font-size: 15px;
  padding-left: 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

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

.SectionMenu .section li a .SectionMenuArrow {
  background: transparent url(/images/section-menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 4px;
}

.SectionMenu .section li a .SectionMenuArrow2 {
  background: transparent url(/images/section-menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 4px;
}
.SectionMenu .section li a .SectionMenuArrow3 {
  background: transparent url(/images/section-menu/fleche.gif) no-repeat right;
  padding: 0 4px;
}

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

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

.SectionMenu .section a:hover span {
  background: transparent url(/images/section-menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 4px;
}

.SectionMenu .rubric a {
  line-height: 25px;
  background: url(/images/section-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%;
  //height: 29px;
}

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


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

.SectionMenu .rubric .selected {
  background: white url(/images/section-menu/fleche.gif) no-repeat 8px;
  padding-left: 18px;
}

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

.SectionMenu .category a {
  padding-left: 20px;
  line-height: 29px;
  background: white url(/images/section-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,
.SectionMenu .category a.selected {
  background: #ffe04b url(/images/section-menu/category-hover.gif) repeat-x top;
  color: #003466;
}