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

h1#subnavheadline {
  font-family: Trebuchet MS;
  font-size: 1.55em;
  color: white;
  font-weight: normal;
  letter-spacing: 0.02em;
  height: 17px; 
  width: 163px; 
  margin: 0px;
  background-image: url(../images/submenu-top-bg.gif);
  background-position: center;
  background-repeat: no-repeat; 
}

div#subnavcontainer {
  background-image: url(../images/submenu-bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  width: 163px;
}

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

div#subnavcontainer ul li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 13px;
  line-height: 23px;
}

div#subnavcontainer ul li ul li {
  padding-left: 10px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.05em;
}

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

div#subnavcontainer ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

div#subnavcontainer a#subcurrentahref, div#subnavcontainer a#subsubcurrentahref {
  color: #000000;
}

div#subnavfooter {
  background-image: url(../images/submenu-bottom-bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  height: 16px;
  width: 163px;
}