#navcontainer ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navcontainer li { 
  margin: 0;
}
/* level 1 */

#navcontainer a {
  margin: 0;
  font: normal 0.9em Verdana, sans-serif;
  display: block;
  padding: 5px 10px;
  width: 230px;
  * width: 210px;
  color: #000;
  background: url(/pict/menu.gif) no-repeat top right;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
#navcontainer a:hover {
  color: #000;
  text-decoration: underline;
}

/* level 2 */
#navcontainer ul ul {
  display: none;
}
#navcontainer ul ul li {
  margin: 0 0 0 0;
}
#navcontainer ul ul a {
  font: normal 0.9em Verdana, sans-serif;
  display: block;
  padding: 5px 5px 5px 20px;
  width: 230px;
  * width: 205px;
  background: #ededed;
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul a:hover {
  color: #000;
  text-decoration: underline;
}
/* level 3 */
#navcontainer ul ul {
  display: none;
}
#navcontainer ul ul ul a {
  font: normal 0.9em Verdana, sans-serif;
  display: block;
  padding: 5px 5px 5px 30px;
  width: 230px;
  * width: 185px;
  background: #f7f7f7;  
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul ul a:hover {
  color: #000;
  text-decoration: underline;
}