/* nieuwe menu style defineren */
/*
.menudiv {
	width:100%;
	padding-top:5px;
	padding-bottom:16px;
}

.submenudiv
{
	width: 200px;
	position:absolute;
	z-index:5;
	visibility:hidden;
	margin-top:6px;
	margin-left:-40px;
} 
.intmenudiv
{
	width: 200px;
	position:absolute;
	z-index:7;
	visibility:hidden;
	margin-top: 7;
	margin-left:90px;

}
*/
.menudiv {
	width:100%;
	padding-top:5px;
	padding-bottom:16px;
}

.submenudiv
{
	width: 200px;
	position:absolute;
	z-index:5;
	visibility:hidden;
	margin-top:15px;
	margin-left:100px;
	left:70px;
	padding:0px 0px 0px 0px;	
	padding:0px;
} 
.intmenudiv
{
	width: 200px;
	position:absolute;
	z-index:7;
	visibility:hidden;
	margin-top:11px;
	margin-left:170px;
	padding:0px 0px 0px 0px;	
	padding:0px;

}
.style1 a {
	font-size: 11px;
	color: #ffffff;
}
.style1 a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.style2 a {
	font-size: 11px;
	color: #000000;
	text-decoration:none;	
}
.style2 a:hover {
	font-size: 11px;
	color: #ff0000;
	text-decoration:none;	
}

.h_menu
{
	width: 176px;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:8px;
	padding-top:2px;
	background-image: url(../img/hmenuback.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	padding-bottom:2px	
}
.h_menu a
{

	color: white;
	padding-left:15px;
	text-decoration: none;
	font-weight: bold;
}
.h_menu a:hover
{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
.s_menu
{
	width: 176px;
	padding-top:1px;
	margin-bottom: 1px;
	margin-top:1px;
	margin-left:15px;
	background-image: url(../img/smenuback.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;

	
}
.s_menu2
{
	
	margin-left:14px;
}
.s_menu a
{
	color: #e5e5e5;
	text-decoration: none;
	font-weight: bold;

}
.s_menu a:hover
{
	color:#004b56;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 1px;
}
.i_menu
{
	padding-bottom:1px;
	width: 176px;
	margin-bottom: 1px;
	margin-top:1px;
	margin-left:5px;
	background-image: url(../img/imenuback.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	
}
.i_menu2
{

	margin-left:18px;
}
.i_menu a
{

	text-decoration: none;
	font-weight: bold;
	color:#000000;

}
.i_menu a:hover
{


	text-decoration: none;
	font-weight: bold;
	color:#474747;
}

.submenutabel{
	border:1px solid #ffffff;
	background-color:#000000;
	width:160px;
	vertical-align:top;
	margin-left:3px;
	padding-top:10px;
	background-image:url(../img/menuback.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
	background-color:#44ad91;
	text-align:left;	
}

.intmenutabel{
	border:1px solid #ffffff;
	background-color:#000000;
	width:160px;
	vertical-align:top;
	margin-left:3px;
	padding-top:10px;
	background-image:url(../img/menuback.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
	background-color:#44ad91;
	text-align:left;	
}
#hfd_actief{
	text-decoration:underline;
	color:#006633;
}
#sub_actief{
	text-decoration:underline;
	color:#006633;
}
#int_actief{
	text-decoration:underline;
	color:#006633;
}