/* sectionmenu.css */

.SectionMenu {
  width: 175px;
  font-weight: bold;
  margin-left: 10px;
  padding-bottom: 5px;
  background: transparent url(/images/sectionmenu/background-sectionmenu.gif) no-repeat bottom;
}
.SectionMenu ul {
  list-style-type: none;
  margin: 0 5px;
  border: 1px solid #172982;
  padding-bottom: 25px;
}
.SectionMenu .SectionName {
  color: #BD0926;
  background: white url(/images/sectionmenu/background-title.gif) no-repeat top; 
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.SectionMenu .section li a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: white;
  background: transparent url(/images/sectionmenu/background-section1.gif) repeat-x top;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: transparent url(/images/sectionmenu/background-section1.gif) repeat-x bottom;
}