/* Suckerfish menu */

/* ul style zit in de tag zelf (ul id="nav") wegens conflict met andere lists in de pagina's (dynamisch gegenereerd) , let ook op bijvoegen margin, padding, list-style en list-style-image bij ulNiv2*/
  
  .liNiv1 {
  float: left;
  position: relative;
 /* width: 140px;*/
  z-index:100;
  /* text-align:center;*/
  }
  
  .ulNiv2 {
  display: none;
  position: absolute; 
  top: 28px;
  left: 0;
  background:#dddddd;
  min-width: 160px; /* geen farcen */
  width: 160px;
  margin:0; 
  padding:0; 
  list-style:none; 
  list-style-image:none;
  }
  
  li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

/* -- hoofdmenulink */

a:link.balkLink, a:visited.balkLink{
	display: block;
	height: 18px;
	color: #393E94;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
	border-bottom: 1px solid #393E94;
}

a:hover.balkLink, a:active.balkLink{
	background: #cccccc;
}
