#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: 28px;
  width: 220px;
  * width: 210px;
  padding-left: 10px;
  color: #000;
  background: url(/pict/menu_off.gif);
  text-decoration: none;
  border-bottom: 1px dotted black;
}
#navcontainer a:hover {
  color: #000;
}
/* 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: 28px;
  width: 220px;
  * width: 200px;
  padding-left: 20px;  
  background: #c3e2ba;
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul a:hover {
  color: #ff4200;
  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: 220px;
  * width: 190px;
  padding-left: 30px;  
  background: #fff;  
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul ul a:hover {
  color: #000;
  text-decoration: underline;
}
