/*////// HOOFDMENU //////*/
/* SUBMENU */
#hmenu{
	padding:0;
	margin:0;
	vertical-align: top;
	color:#333;
	float: left;
	}
	
.hmenu, .hmenuHL, .hmenu2, .hmenuHL2
{
	text-align: left;
	display: block;
	height: 30px; 
	line-height: 30px;
	padding: 0 7px;
	background: transparent url(main_menu_divider.jpg) no-repeat right center;
	font-size: 15px; 
	color: #CC061F;
	text-decoration: none;
}
.hmenu:hover, .hmenuHL { color: #333}

#hmenu2{
	padding:0;
	margin:0;
	vertical-align: top;
	}
	/* PAD */	
.paddingHor,.paddingVer {

}
	/* FONT */	
.fontSubOff {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;	
}
.fontSubOn {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
/* ITEMS */


.itemSubNiv2Off, .itemSubNiv2On,
.itemSubNiv3Off,.itemSubNiv4Off,
.itemSubNiv3On,.itemSubNiv4On
{
	padding: 5px 10px 3px 10px;
	text-align:left;
	width:130px;
	cursor: pointer;
	margin:0px;
	border-bottom:1px solid #FFF;
	background-color: #CD1313;
}
.itemSubNiv2Off{
	padding: 5px 10px 3px 10px;
	text-align:left;
	width:130px;
	cursor: pointer;
	border-bottom:1px solid #FFF;
	background-color: #CD1313;
	margin:0px;
}

.itemSubNiv2On{
	background-color: #CD1313;
}
.itemSubNiv3Off,.itemSubNiv4Off  {
	padding: 3px 15px 0px 15px;
	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
}

