/*----------------------------------------------
 |  menulist.css |
 |---------------
 |  The menulist elements
 *---------------------------------------------*/
h1#navheadline span {
  display: none;
}

h1#navheadline {
  display: none;
} 

div#navcontainer {
  width: 153px;
  margin-left: 15px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-bottom: 50px;
}

div#navcontainer ul {
  padding: 0px;
  margin: 0px;
}

div#navcontainer ul li {
  padding-left: 10px;
  background-image: url(../images/arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
  list-style: none;
  margin: 0;
  line-height: 24px;
  border-bottom: 1px dashed #CCCCCC;
}

div#navcontainer ul li ul {
  padding-left: 10px;
}

div#navcontainer ul li ul li {
  border-bottom: none;
}

div#navcontainer ul li a {
  text-decoration: none;
  color: Black;
  font-weight: normal;
}

div#navcontainer ul li a#currentahref, div#navcontainer ul li ul li a#subcurrentahref {
  font-weight: bold;
}


div#navcontainer ul li a:hover {
  color: #00924B;
}