.horbar	{
	position: relative;
	color: #111111;
	width: 700px;
	z-index : 99;
}

.Normal {
	position: relative;
	float: left;
	height: 42px;
	width: 140px;
	white-space: nowrap;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #fff;
	background-image: url('images/images/bg_hoofditem_actief.jpg');
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
 	z-index : 98;
}

div#hoofditem_bg.imageTwo {
	position: relative;
	height: 42px;
	width: 140px;
	white-space: nowrap;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:url('/images/images/bg_hoofditem_actief.jpg');
	color:#01447B;
	cursor: pointer;
	background-repeat: no-repeat;
	text-align: center;
}
div#hoofditem_bg.imageTwo a{
	color:#01447B;
}
.horbaritem {
	position: relative;
 	float: left;
     height: 42px;
	width: 140px;
	white-space: nowrap;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #fff;
	background-image: url('/images/images/bg_hoofditem_nonactief.jpg');
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	z-index : 98;
}

.horbaritem a	{
	position: relative;
	top: 10px;
	color: #fff;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #fff;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #fff;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #fff;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #fff;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #B9B8BE;
	border: 1px outset #B9B8BE;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	padding-top : 0px;
	visibility: hidden;
	z-index :99;
}

.subframe	{
	position: relative;
	left: 6px;
	display: block;
	width: 132;
	background-color: #fff;
	border-top: 2px solid #B9B8BE;
	border-left: 2px solid #B9B8BE;
	border-right: 2px solid #B9B8BE;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	height: 18px;
	border-bottom : 2px solid #B9B8BE;
	font-weight: bold;
	text-align: center;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	height: 18px;
}

.item a:link	{
	color: #006C9D;
	text-decoration: none;
}

.item a:visited	{
	color: #006C9D;
	text-decoration: none;
}

.item a:hover	{
	color: #fff;
	background-color: #B9B8BE;
	text-decoration: none;
}

.item a:active	{
	color: #006C9D;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}


