

#navbar {
	position: absolute;
	top: 147px;
	left: 92px;
	width: 186px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 10;
}

/*
 * NAVIGATIE
 */
.menuline {
	width: 186px;
	height: 3px;
	background: transparent url(images/line.jpg) no-repeat;
	overflow: hidden;
	z-index: 100;
}

.navitem_c, .navitem_o {
	position: relative;
	top: 0px;
	left: 0px;
	width: 186px;
	height: 25px;
	font: 13px Arial;
	line-height: 25px;
	cursor: pointer;
	overflow: hidden;
	z-index: 100;
}
.navitem_c { background: #E7EAF9; }
.navitem_o { background: #D1DAEB; }

.navitem_innertext, .navitem_innertext:link, .navitem_innertext:visited, .navitem_innertext:hover {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 143px;
	height: 25px;
	color: #093A80;
	overflow: hidden;
	z-index: 100;
  display: block;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
}
.navitem_innersign {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 25px;
	color: #C6323F;
	overflow: hidden;
	text-align: center;
	z-index: 100;
}


/*
 * SUBNAVIGATIE
 */
.subnavspacer {
	width: 186px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	overflow: hidden;
	z-index: 100;
}

.subnavholder {
	position: relative;
	top: 0px;
	left: 0px;
	width: 186px;
	display: none;
	overflow: hidden;
	cursor: default;
	z-index: 100;
}

.subnavitem_c, .subnavitem_h {
	position: relative;
	top: 0px;
	left: 1px;
	width: 185px;
	height: 16px;
	font: 11px Arial;
	line-height: 16px;
	overflow: hidden;
	z-index: 100;
}
.subnavitem_c { background: #ABBCD4; color: #093A80; }
.subnavitem_h { background: #093A80; color: #ffffff; }

.subnavitem_innertext, .subnavitem_innertext_h {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 185px;
	height: 16px;
	overflow: hidden;
	z-index: 100;
}
.subnavitem_innertext a:link, .subnavitem_innertext a:visited { 
  padding-left: 35px;
  cursor: pointer;
  display: block;
  color: #093A80;
  text-decoration: none;
}
.subnavitem_innertext_h a:link, .subnavitem_innertext_h a:visited, .subnavitem_innertext_h a:hover, .subnavitem_innertext a:hover {
  padding-left: 35px;
  cursor: pointer;
  display: block;
  color: #ffffff;
}

.subnavitem_innerarrow, .subnavitem_innerarrow_h {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	z-index: 100;
}

.subcontainer {
	font: 11px Arial;
	line-height: 16px;
	width: 150px;
	background: #ffffff;
}

.option, .option_h {
	width: 147px;
	height: 16px;
	margin-bottom: 1px; 
	margin-left: 2px;
	text-indent: 5px;
}
.option { background: #99B6D1; color: #1B4A8A; }
.option_h { background: #093A80; color: #ffffff; }
