/*////// HOOFDMENU //////*/
/* SUBMENU */
#hmenu{
	padding:0;
	margin:0;
	vertical-align: top;
	color:#33FFFF;
	}
	
.hmenu, .hmenuHL, .hmenu2, .hmenuHL2
{
	text-align: left;
	display: block;
}
.hmenu{
    color:#047EAD;
}
#hmenu2{
	padding:0;
	margin:0;
	vertical-align: top;
	}
	/* PAD */	
.paddingHor,.paddingVer {

}
	/* FONT */	
.fontSubOff {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#374f24;	
}
.fontSubOn {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
/* ITEMS */
.separator1 { 
	background:url("topseperator.gif") no-repeat; 
	height:3px
}
.separator2 { 
	background:url("bottomseperator.gif") no-repeat; 
	height:14px
}

.itemSubNiv2Off, .itemSubNiv2On,
.itemSubNiv3Off,.itemSubNiv4Off,
.itemSubNiv3On,.itemSubNiv4On
{
	padding: 3px 5px 0px 5px;
	text-align:left;
	width:155px;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #374f24;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #374f24;
	background-color: #BBD432;
}
.itemSubNiv2Off{
	padding: 3px 5px 0px 5px;
	text-align:left;
	width:155px;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #374f24;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #374f24;
	background-color: #BBD432;
}

.itemSubNiv2On{
	background-color: #BBD432;
}
.itemSubNiv3Off,.itemSubNiv4Off  {
	padding: 3px 5px 0px 5px;
	text-align:left;
	width:155px;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #374f24;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #374f24;
	background-color: #98BD0E;
}

.itemSubNiv3On,.itemSubNiv4On  {
	background-color: #98BD0E;
}

	/* ICON */
.iconSubOff, .iconSubOn{
	float:left
}

	/* TAG */
.tagSubOn{
	width:15px;
	height:9px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl-2.gif) no-repeat bottom
}
.tagSubOff{
	width:15px;
	height:9px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl.gif) no-repeat bottom
}
