/*----------------------------------------------
 |  submenulist.css |
 |------------------
 |  The submenulist elements
 *---------------------------------------------*/
h1#itemlistheadline span {
  display: none;
  padding-left: 20px;
  padding-top: 4px;
}

h1#itemlistheadline {
  background-image: url(../images/ispa_partners.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 27px; 
  width: 159px; 
  margin: 0px;
}

div#itemlistcontainer {
  width: 159px;
  color: #30548E;
}

div#itemlistcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
}

div#itemlistcontainer ul li {
  margin: 0;
  padding: 0;
  background-image: url(../images/bullet.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 10px;
}

div#itemlistcontainer a {
  padding: 3px;
  width: 155px;
}

div#itemlistcontainer a {
  text-decoration: none;
}

div#itemlistcontainer a:hover {
  text-decoration: underline;
}

