/*----------------------------------------------
 |  submenulist.css |
 |------------------
 |  The submenulist elements
 *---------------------------------------------*/
h1#subnavheadline span {
}

h1#subnavheadline {
  padding: 0px;
  margin: 0px;
  font-family: Georgia;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
}

div#subnavcontainer {
  width: 200px;
  padding-bottom: 30px;
  padding-top: 45px;
  background-image: url(../images/submenubg.gif);
  background-position: top;
  min-height: 350px;
  background-repeat: no-repeat;
}

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

div#subnavcontainer ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

div#subnavcontainer a#subcurrenthref, div#subnavcontainer a:hover {
  text-decoration: underline;
  color: #9d0a0e;
}

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


