/*////// HOOFDMENU //////*/
/* --- IE bug ivm spatie rond buttons ---- */

/* ----------------- */
#hmenu{
	padding:0;
	margin:0;
	height: 30px;
	}	
.hmenu {
	background: url(lijntje.gif) no-repeat right;
	text-align: left;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	text-transform: uppercase;
	background-color: #DEE4E4;
	font-size: 90%;
}
.hmenuHL {
	background: url(lijntje.gif) no-repeat right;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
}
/* Andere opmaak knop 'sitemap' */

.groepkeuze {
	text-decoration: none;
	color: #666

}

/* SUBMENU */
	/* PAD */	
.paddingHor,.paddingVer {
}
	/* FONT */	
.fontSubOff {
	color:#666;
	font: 8pt;
}
.fontSubOn {
	color:#000;
	font: 8pt;
}	
/* ITEMS */
.itemSubNiv2Off, .itemSubNiv3Off, .itemSubNiv4Off {
	text-align:left;
	cursor: pointer;
	width:175px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #DEE4E4;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.itemSubNiv2On, .itemSubNiv3On, .itemSubNiv4On  {
	text-align:left;
	cursor: pointer;
	width:175px;
	color: #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
	/* ICON */
.iconSubOff, .iconSubOn{
	float:left;
}
	/* TAG */
.tagSubOn{
	width:15px;
	height:9px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl.gif) no-repeat bottom;
}
.tagSubOff{
	width:15px;
	height:9px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl.gif) no-repeat bottom;
}

