/* sectionmenu.css */

.SectionMenu {
 width: 220px;
 font-weight: bold;
}
.SectionMenu ul {
 list-style-type: none;
}

.SectionMenu .SectionName {
 border-bottom: 3px solid #527D24;
 text-align: center;
 color: #b4cb9b;
 padding: 5px 0 5px 0px;
 font-size: 14px;
}

.SectionMenu .section li a {
 display: block;
 overflow: hidden;
 line-height: 27px;
 height: 30px;
 margin-bottom: 3px;
 margin-top: 3px;
 padding-left: 10px;
 border-bottom: 1px solid #527D24;
 text-decoration: none;
 color: #527D24;
}
.SectionMenu .section li a:hover {
 background: transparent url(/images/structure/sectionButtonHover.png) no-repeat;
 color: white;
}
.SectionMenu .section li .selected {
 color: white;
 background: transparent url(/images/structure/sectionButton.png) no-repeat;
}
.SectionMenu .sticker a{
  width: 220px;
  height: 160px;
  display: block;
  background: transparent url(/images/structure/sticker.jpg) no-repeat;
}
