/*////// HOOFDMENU //////*/
/* SUBMENU */
#hmenu{
	padding:0;
	vertical-align: top;
	margin: 0
	}
	/* PAD */	
.paddingHor,.paddingVer {

}
	/* FONT */	
.fontSubOff {
	color:#FFF;
	font: 8pt
}
.fontSubOn {
	color:#FC0;
	font-size: 8pt
}	
/* ITEMS */
.separator1 { background-image:url("mnuSeparator.gif"); background-repeat:repeat-x; height:1px; }
.separator2 { background-image:url("mnuSeparator.gif"); background-repeat:repeat-x; height:1px; }

.itemSubNiv2Off{
	padding: 3px 5px;
	text-align:left;
	cursor: pointer;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333
}

.itemSubNiv2On{
	padding: 3px 5px;
	text-align:left;
	cursor: pointer;
	color: #000;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333
}
.itemSubNiv3Off,.itemSubNiv4Off  {
	padding: 3px 5px;
	text-align:left;
	cursor: pointer;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333
}

.itemSubNiv3On,.itemSubNiv4On  {
	padding: 3px 5px;
	text-align:left;
	cursor: pointer;
	color: #000;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333
}

	/* 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
}

