/* sectionmenu.css */

.SectionMenu .section {
  width: 200px;
  font-weight: bold;
  padding: 5px;
  padding-bottom: 30px;
  background: transparent url(/images/sectionmenu/background.gif) repeat-y bottom;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .section li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 1px;
  padding-left: 10px;
  margin: 0 0px;
  text-decoration: none;
  color: white;
}
.SectionMenu .section li a:hover {
  text-decoration: underline;
}
.SectionMenu .section li .selected {
  text-decoration: underline;
  color: white;
}
.SectionMenu .rubric li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-bottom: 1px;
  padding-left: 20px;
  border-bottom: none;
  margin: 0 0px;
  text-decoration: none;
  color: white;
}

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

.SectionMenu .address {
  color: black;
  margin-top: 10px;
  text-align: center;
}
