#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 12px Verdana, sans-serif;
  display: block;
  line-height: 31px;
  width: 210px;
  * width: 200px;
  padding-left: 5px;
  color: #000;
  background: url(/pict/menu_off.png) no-repeat bottom left;
  text-decoration: none;
  border-bottom:1px dotted #000;
}
#navcontainer a:hover {
  color: #b6001e;
  background: url(/pict/menu_on.png) no-repeat bottom left;
}
/* level 2 */
#navcontainer ul ul {
  display: none;
}
#navcontainer ul ul li {
  margin: 0 0 0 0;
}
#navcontainer ul ul a {
  font: normal 12px Verdana, sans-serif;
  display: block;
  line-height: 28px;
  width: 210px;
  * width: 191px;
  padding-left: 10px;  
  background: #c4d7db;
  color: #000;
  text-decoration: none;
}
#navcontainer ul ul a:hover {
  color: #b6001e;
  background: #c4d7db;  

}
/* 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: 151px;
  * width: 141px;
  padding-left: 30px;  
  background: #fff;  
  color: #fff;
  text-decoration: none;
}
#navcontainer ul ul ul a:hover {
  color: #fff;
  text-decoration: underline;
}
