#navcontainer ul{
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#navcontainer li {
  display:inline; 
  margin: 0 0 0 0;
}
/* level 1 */
#navcontainer a {
  font: normal 0.9em Verdana, sans-serif;
  display: block;
  line-height: 30px;
  width: 225px;
  * width: 215px;
  padding-left: 10px;
  color: #000;
  background: url(/pict/menu-off.gif);
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
#navcontainer a:hover {
  color: #9b9020;
}
/* 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;
  line-height: 30px;
  width: 225px;
  * width: 205px;
  padding-left: 20px;  
  background: #e7e7e7;
  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;
  line-height: 28px;
  width: 225px;
  * width: 195px;
  padding-left: 30px;  
  background: #f7f7f7;  
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul ul a:hover {
  color: #000;
  text-decoration: underline;
}