#navcontainer {
	float:left;
	width:185px;
}
#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: 185px;
  * width: 150px;
  padding-left: 35px;
  color: #000;
  background: url(/pict/menu_off.png) no-repeat bottom left;
  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 left;
}

/* 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: 185px;
  * width: 165px;
  padding-left: 20px;  
  background: #c4d7db;
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul a:hover, #navcontainer ul ul a.actsubmenu  {
  color: #c80e13;
  background: #c4d7db;
}
