/* 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;
  height: 24px;
  padding-top:4px;
  text-align: center;
  border-right: 2px solid white;
  }
  
  .ulNiv2 {
  display: none;
  position: absolute; 
  top: 24px;
  left: 0;
  background:#676767;
  min-width: 140px; /* geen farcen */
  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: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

a:hover.balkLink, a:active.balkLink{
	display: block;
	height: 20px;
	color: #fff;
	background: #999999;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}
.menubalkchic {
	 height: 24;
	 color: #96273F;
	 	 font-size: 16px;
}
.menubalkeasy {
	 height: 24;
	 color: #B0D984;
	 	 font-size: 16px;
}
.menubalkcool {
	 height: 24;
	 color: #347C92;
	 	 font-size: 16px;
}
.menubalkcosy {
	 height: 24;
	 color: #EDB522;
	 	 font-size: 16px;
}
.menubalkfun {
	 height: 24;
	 color: #BFB200;
	 	 font-size: 16px;
}
.menubalkgrand {
	 height: 24;
	 color: #A7A7A3;
	 	 font-size: 16px;
}
.menubalkpractical {
	 height: 24;
	 color: #3D287F;
	 font-size: 16px;
}

