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

h1#subnavheadline {
  display: none;
  height: 0px;
}

div#subnavcontainer {
  width: 840px;
  font-family: "Times New Roman", Times, serif;
  background-color: #B31D38;
  border-top: 1px solid #B92F48;
  border-bottom: 1px solid #981930;
  height: 28px;
  font-size: 14px;
}

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

div#subnavcontainer ul li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: url(../images/submenu-side.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
}

div#subnavcontainer a {
  font-weight: normal;
  color: White;
}

div#subnavcontainer a:hover {
  font-weight: normal;
  text-decoration: none;
  border-bottom: dashed 1px white;
}

div#subnavcontainer a#subcurrenthref {
  border-bottom: dashed 1px white;
}