/* sectionmenu.css */

.SectionMenu {
  width: 135px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
}
.SectionMenu .SectionName {
  padding: 10px;
  text-transform: uppercase;
}
.SectionMenu .section li a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  padding-left: 10px;
  background: darkblue;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: #3b7dd5;
}
