/*////// HOOFDMENU //////*/	
#hmenu {
	margin: 0px;
	padding: 0px;	
}
.hmenu {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	clear:right;
	font-family: "Trebuchet MS", Verdana;
	text-transform: capitalize;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(menu_bgrollov.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.hmenuHL {
	color: #505050;
	font-weight:bold;
	text-decoration: none;
	clear:right;
	font-family: "Trebuchet MS", Verdana;
	text-transform: capitalize;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(menu_slash.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.hmenu2 {
	color: #EFB16D;
	text-decoration: none;
	clear:right;
	font-family: "Trebuchet MS", Verdana;
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.hmenuHL2 {
	color: #505050;
	text-decoration: none;
	clear:right;
	font-family: "Trebuchet MS", Verdana;
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
/*////// SUBMENU //////*/
	/* PAD */	
.paddingHor,.paddingVer {
}

	/* FONT */
.fontSubOn {
	color:#fff;
	font: 11px ;

}	
.fontSubOff{
	color:#666;
	font: 11px ;
}

	/* ITEMS */
.itemSubNiv2Off, .itemSubNiv3Off, .itemSubNiv4Off {
	width:160px;
	margin-top:0px;
	text-align:left;
	cursor: pointer;
	background-color: #EDE8DC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1CFC5;
	border-bottom-color: #D1CFC5;
	border-left-color: #D1CFC5;
}

.itemSubNiv2On, .itemSubNiv3On, .itemSubNiv4On  {
	width:160px;
	margin-top:0px;
	text-align:left;
	cursor: pointer;
	background-color: #00AB4F;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1CFC5;
	border-bottom-color: #D1CFC5;
	border-left-color: #D1CFC5;
}

	/* 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;
}
