/*----------------------------------------------
 |  submenulist.css |
 |------------------
 |  The submenulist elements
 *---------------------------------------------*/
h1#subnavheadline span {
  display: none;
}

h1#subnavheadline {
  display: none;
}

div#subnavcontainer {
  width: 200px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:29px;
  min-height: 530px;
  color:#454545;
}

div#subnavcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#subnavcontainer ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border-bottom: 1px solid #D5E0EA;
  background-image: url(../images/arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div#subnavcontainer a {
  display: block;
  padding-left: 10px;
  width: 200px;
}

div#subnavcontainer a {
  text-decoration: none;
}

div#subnavcontainer a:hover {
  text-decoration: none;
}

div#subnavcontainer a#subcurrenthref {
  text-decoration: none;
}
