/* sectionmenu.css */

.SectionMenu {
  width: 211px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 4px;
  background: transparent url(/images/structure/sectionMenu.png) no-repeat bottom left;
  margin-left: -7px;
}
.SectionMenu ul {
  list-style-type: none;
}
.SectionMenu .SectionName {
  margin-bottom: 5px;
  padding: 8px 33px 5px 33px; 
  width: 140px;
  border-bottom: 3px solid #0071BC;
  color: #0071BC;
}
.SectionMenu .section li a {
  display: block;
  margin-bottom: 3px;
  padding-left: 10px;
  height: 27px;
  line-height: 27px;
  background: transparent url(/images/structure/bt-section.gif) no-repeat;
  text-decoration: none;
  color: #0071BC;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: transparent url(/images/structure/sectionMenuHv.gif) no-repeat;
  color: white;
}