/* sectionmenu.css */

.SectionMenu {
  width: 198px;
  margin: 0 5px;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .SectionName {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #0d2c63;
  text-transform: uppercase;
}
.SectionMenu .section a.simulation,
.SectionMenu .section li a {
  display: block;
  height: 27px;
  line-height: 27px;
  margin-bottom: 5px;
  padding-left: 5px;
  background: transparent url(/images/sectionmenu/background-menu.gif) no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.SectionMenu .section a.simulation {
  background: transparent url(/images/sectionmenu/background-simulation.gif) no-repeat;
  padding-left: 27px;
}
.SectionMenu .section a .SectionMenuArrow {
  background: transparent url(/images/sectionmenu/arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  color: #00DBFF;
}
.SectionMenu .section a:hover span,
.SectionMenu .section .selected span {
  background: transparent url(/images/sectionmenu/bottom-arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .rubric {
  margin-top: -5px;
}
.SectionMenu .rubric li a {
  background: transparent url(/images/sectionmenu/background-rubric.gif) no-repeat top;
  line-height: 35px;
  padding-left: 15px;
  font-weight: bold;
  text-transform: none;
  color: #0071BC;
}
.SectionMenu .rubric li a.selected,
.SectionMenu .rubric li a:hover {
  color: #ff0000;
}