/*////// HOOFDMENU //////*/
/* --- IE bug ivm spatie rond buttons ---- */

/* ----------------- */
#hmenu { border-top: 1px solid #f9f9f9; padding: 0 0 47px; width: 179px }
/* Backgrounds per section */
.abbody #hmenu { background: url(../art/navigationBg-ab.jpg) right bottom no-repeat }
.bdbody #hmenu { background: url(../art/navigationBg-bd.jpg) right bottom no-repeat }
.ftbody #hmenu { background: url(../art/navigationBg-ft.jpg) right bottom no-repeat }
.owbody #hmenu { background: url(../art/navigationBg-ow.jpg) right bottom no-repeat }
.wzbody #hmenu { background: url(../art/navigationBg-wz.jpg) right bottom no-repeat }


.hmenu1 { background: url(navBgHover.gif) left top repeat-x; color: #fff; display: block; font-size: 1.08em /*13px*/; font-weight: bold; line-height: 2.15em /*28px*/; padding: 0 0 0 12px; text-decoration: none }

.hmenuHL { background: url(navBg.gif) center bottom no-repeat; color: #004a66; display: block; font-size: 1.08em /*13px*/; font-weight: bold; line-height: 2.15em /*28px*/; padding: 0 0 0 12px; text-decoration: none }

/*.smenuNiv2
	{
	background: red/*#004A67*/;
	/*width: 100%;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #666;
	clear:right;
}
*/

.subMenu2 { background: red; display: block; height: 50px }
/*.subMenu2HL { background: red; display: block; height: 50px }*/

/*////// SUBMENU //////*/
	/* PAD */	
.paddingHor,.paddingVer {
	border:1px solid;
	padding:1px;
	background-color:#FFF;
	border-color:#006;
}

	/* FONT */	
.fontSubOff {
	color:#FFF;
	font: 8pt verdana;
}
.fontSubOn {
	color:#FFF;
	font: 8pt verdana;
}	

	/* ITEMS */
.itemSubNiv2Off, .itemSubNiv3Off, .itemSubNiv4Off {
	padding: 3px 5px;
	text-align:left;
	border:1px solid #fff;
	border-top: none;
	background: red/*#004A67*/;
	cursor: pointer;
	width:182px;
}

.itemSubNiv2On, .itemSubNiv3On, .itemSubNiv4On  {
	padding: 3px 5px;
	text-align:left;
	border:1px solid #fff;
	border-top: none;
	background: #990;
	cursor: pointer;
	width:182px;
}

	/* ICON */
.iconSubOff, .iconSubOn{
	float:left;
}

	/* TAG */
.tagSubOff, .tagSubOn{
	width:15px;
	height:9px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl.gif) no-repeat bottom;
}
