/* sectionmenu.css */

.SectionMenu {
  background: #bdbdbd;
}

.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu ul li {
  display: inline;
}

.SectionMenu li a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  margin: 0 8px;
  padding: 8px;
}

.SectionMenu ul li a:hover {
  color: #d7ab00;
  background: white;
}