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

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

div#subnavcontainer {
  font-family: Verdana;
  background-color: #982037;

  border-bottom: 1px solid #981930;
 width:854px;
  font-size: 12px;

}

div#sublistcontainer strong {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #B2334B;
}
div#sublistcontainer p{
 margin-left:8px;
}

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

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: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  border-right: 1px dotted #FFFFFF;
}

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

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

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