#navcontainer ul{
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#navcontainer li {
  display:inline; 
  margin: 0 0 0 0;
}
/* level 1 */
#navcontainer a {
  font: bolder 11px Arial, sans-serif;
  display: block;
  line-height: 19px;
  width: 176px;
  * width: 165px;
  height: 38px;
  padding-left: 6px;
  padding-right: 2px;
  color: #030073;
  margin-bottom: 5px;
  background: url(/pict/blank.gif);
  text-decoration: none;
}
#navcontainer a:hover {
  color: #fff;
  background: url(/pict/menu_hover.gif);
}
/* level 2 */
#navcontainer ul ul {
  display: none;
}
#navcontainer ul ul li {
  margin: 0 0 0 0;
}
#navcontainer ul ul a {
  font: bolder 0.9em Arial, sans-serif;
  display: block;
  line-height: 19px;
  height: 19px;
  width: 175px;
  * width: 144px;
  padding-left: 25px;  
  color: #030073;
  background: #f2f2f8;
  text-decoration: none;
}
#navcontainer ul ul a:hover {
  color: #d80101;
  background: #f2f2f8;
}
/* 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: 190px;
  * width: 160px;
  padding-left: 30px;  
  background: #fff;  
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul ul a:hover {
  color: #000;
  text-decoration: underline;
}
