#StaticInformationsMenu  {
  width: 155px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}

*:first-child+html #menu {
  margin-right: 5px;
}

* html #menu {
  margin-right: 5px;
}

#StaticInformationsMenu ul {
  margin: 0;
  padding: 0;
}

#StaticInformationsMenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ManyLevelMenuBox {
  width: 182px;
  margin: 0;
  padding: 0;
}

#StaticInformationsMenu h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 1px 0;
  color: white;
  text-decoration: none;
  line-height: 25px;
  width: 182px;
  background: #241f1f url(/images/skin4/section-menu/section.gif) repeat-x top;
  display: block;
  padding-left: 5px;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
}

*:first-child+html .ManyLevelMenuBox .section li a {
  margin-right: -5px;
}

* html .ManyLevelMenuBox .section li a {
  margin-right: -5px;
}

#StaticInformationsMenu ul li a {
  background: transparent url(/images/skin4/section-menu/arrow.gif) no-repeat right 5px;
  padding: 0 5px;
  font-weight: bold;
}

#StaticInformationsMenu ul li a:hover,
#StaticInformationsMenu ul li a.selected {
  color: white;
  background: #127dc9 url(/images/skin4/section-menu/section-hover.gif) repeat-x top;
}

#StaticInformationsMenu ul li a,
#StaticInformationsMenu ul li a {
  background: transparent url(/images/skin4/section-menu/section-arrow.gif) no-repeat right 5px;
  padding: 0 5px;
}

.ManyLevelMenuBox ul {
  margin: 0;
  padding: 0;
}

.ManyLevelMenuBox ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*:first-child+html .ManyLevelMenuBox ul .tab a {
  margin: -7px;
  padding-left: 10px;
}

* html .ManyLevelMenuBox ul .tab a {
  margin: -7px;
  padding-left: 10px;
}

#StaticInformationsMenu ul li a {
  padding: 0 0 0 5px;
  font-size: 11px;
  text-decoration: none;
  border-top: 1px solid #BCBCBC;
  display: block;
  width: 180px;
  background: white;
  color: black;
  text-align: left;
  line-height: 22px;
}


.ManyLevelMenuBox .rubric li a .SectionMenuArrow3 {
  background: transparent url(/images/skin4/section-menu/rubric-arrow.gif) no-repeat right 5px;
  padding: 0 5px;
}

.ManyLevelMenuBox .rubric li a:hover,
.ManyLevelMenuBox .rubric li .selected {
  background: white url(/images/skin4/top-menu/hover-js.gif) repeat-x top;
  color: black;
}

.ManyLevelMenuBox .rubric li .selected .SectionMenuArrow4 {
  background: transparent url(/images/skin4/section-menu/rubric-arrow.gif) no-repeat right 5px;
  padding: 0 5px;
}

.ManyLevelMenuBox .rubric li a:hover .SectionMenuArrow3,
.ManyLevelMenuBox .rubric li .selected .SectionMenuArrow4 {
  background: transparent url(/images/skin4/section-menu/rubric-arrow-hover.gif) no-repeat right 5px;
  padding: 0 5px;
}

.ManyLevelMenuBox .category li {
  list-style-type: disc;
  margin-left: 25px;
  color: #C3CED4;
}

.ManyLevelMenuBox .category li a {
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  border: none;
  display: block;
  width: 160px;
  background: white;
  color: #127DC9;
  text-align: left;
  line-height: 18px;
}

.ManyLevelMenuBox .category li a:hover {
  background: none;
  text-decoration: underline;
  color: #127DC9;
} 