/*////// HOOFDMENU //////*/
.hmenu {
	/*background: #efefef;
	width: 100px;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #666;*/
	clear:right;	
}

#hmenu{
	float:left;
	margin:0 30px 0 0;
	}

/*////// SUBMENU //////*/
	/* PAD */	
.paddingHor,.paddingVer {
	background-color: #ffdb39;
}

	/* FONT */	
.fontSubOff,.fontSubOn{
	color:#000;
	font: 11px verdana;
}

	/* ITEMS */
.itemSubNiv2Off, .itemSubNiv3Off, .itemSubNiv4Off {
	padding: 2px 10px;
	text-align:left;
	border-bottom:1px dotted #FFF;
	cursor: pointer;
	background-color: #ffdb39;
}
/*.itemSubNiv2Off{
	background-color: #A5A5A5;
}
.itemSubNiv3Off {
	background-color: #B5B5B5;
}
.itemSubNiv4Off{
	background-color: #C5C5C5;
}*/

.itemSubNiv2On, .itemSubNiv3On, .itemSubNiv4On  {
	padding:2px 10px;
	text-align:left;
	background-color:#e7ba00;
	border-bottom:1px dotted #FFF;
	border-right: 1px solid #A5A5A5;
	cursor: pointer;
}

	/* ICON */
.iconSubOff, .iconSubOn{
	float:left;
}

	/* TAG */
.tagSubOff, .tagSubOn{
	width:15px;
	height:8px;
	padding: 4px 0 0 0;
	float:right;
	background:url(submenupijl.gif) no-repeat bottom;
}
