/* sectionmenu.css */

.SectionMenu .section {
  width: 180px;
  font-weight: bold;
  padding: 5px;
  background: black url(/images/menu/background.gif) repeat-x top;
}
.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;
  border-bottom: 1px solid white;
  margin: 0 10px;
  text-decoration: none;
  color: white;
}
.SectionMenu .section li a:hover {
  background: #FEBD11;
  color: black;
}
.SectionMenu .section li .selected {
  background: #918e8e;
  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 10px;
  text-transform: capitalize;
  text-decoration: none;
  color: white;
}

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

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

.SectionMenu .info {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
