/* sectionmenu.css*/


.SiteLeft {
  width: 200px;
}
.SiteLeft .SectionName {
  color: #C3CED4;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #C3CED4;
}

.SiteLeft .section li {
  width: 200px;
  line-height: 30px;
  list-style-type: none;
  font-size: 12px;
  border-bottom: 1px solid white;
  padding-left: 10px;
}

.SiteLeft .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 4px;
}
.SiteLeft .SectionMenuArrow2 {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 4px;
}

.SiteLeft .section li a {
  color: #3B3B39;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #C3CED4;
  display: block;
  padding-left: 5px;
  
}

.SiteLeft .section li a:hover {
  background: #DEE2E5;
}

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


.SiteLeft .rubric {
  padding-left: 25px;
  color
}

.SiteLeft .rubric li {
  list-style-type: disc;
  color: #C3CED4;
  padding-left: 0;
}


.SiteLeft .rubric li a {
  border-bottom: none;
  color: #127DC9;
} 


.SiteLeft .rubric li a:hover {
  text-decoration: underline;
  background: none;
}

.Simulation {
  padding: 10px;
}