/* sectionmenu.css */

.SectionMenu {
  width: 191px;
}
.SectionMenu ul {
  list-style-type: none;
  border-left: 6px solid #002481;
}

.SectionMenu .SectionName {
  padding: 10px 0 10px 30px;
  text-transform: uppercase;
  color: #5091e9;
  font-weight: bold;
}

.SectionMenu .section li a {
  display: block;
  padding: 10px 0 10px 10px;
  margin-bottom: 1px;
  background: #f5f5f5;
  border-bottom: 1px solid #929292;
  font-size: 14px;
  text-decoration: none;
  color: #002481;
}
.SectionMenu .section li a:hover {
  text-decoration: underline;
  background: white;
}
.SectionMenu .section li .selected {
  background: #f5f5f5 url(/images/home/blue-arrow.png) no-repeat 10px 10px;
  padding-left: 25px;
}