#navcontainer {
	float:left;
	width:195px;
}
#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: 31px;
  width: 243px;
  * width: 248px;
  padding-left: 5px;
  color: #000;
  background: url(/pict/menu_off.png) no-repeat bottom right;
  text-decoration: none;
  border-bottom:1px dotted #000;
}
#navcontainer a:hover,#navcontainer a.actmenu{
  color: #c80e13;
  background: url(/pict/menu_on.png) no-repeat bottom right;
}

/* level 2 */
#navcontainer ul ul {
  display: none;
}
#navcontainer ul ul.activesub {
  display: block;
}

#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: 233px;
  * width: 233px;
  padding-left: 20px;  
  background: #c4d7db;
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul a:hover {
  color: #c80e13;
}