/* Generated by KompoZer */
#navcontainer ul {
  list-style-type: none;
  text-align: left;
}
#navcontainer ul li a {
  background: transparent url(images/list-off.gif) no-repeat scroll left center;
  padding-left: 20px;
  text-align: left;
  font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  font-size-adjust: none;
  font-stretch: ;
  text-decoration: none;
  color: #999999;
}
#navcontainer ul li a:hover {
  background: transparent url(images/list-on.gif) no-repeat scroll left center;
  color: black;
}
#navcontainer ul li a#current {
  background: transparent url(images/list-active.gif) no-repeat scroll left center;
  color: black;
}
