@charset "utf-8";
/* container */
.divmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.divmenu_solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	float: left;
}
/* navigatie top menu*/

#nav {
	clear: both;
	position: absolute;
	top: 60px;
	margin: 0px 0 -15px 0px;
	padding: 6px 0 0 0;
	width:765px;
	left: 200px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 2px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#nav li a {
	display: block;
	height: 19px;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../image/tabL.png);
	background-repeat: no-repeat;
	background-position: left top;
  }  
  
#nav li a span {
	display: block;
	margin-left: 12px;
	padding-left: 0;
	padding-right: 14px;
	line-height: 19px;
	color: #006600;
	text-decoration: none;
	background-image: url(../image/tabR.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a:active {
	display: block;
	height: 19px;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../image/tabCL2.png);
	background-repeat: no-repeat;
	background-position: left top;
  }  
#nav li a:active span {
	display: block;
	margin-left: 12px;
	padding-left: 0;
	padding-right: 14px;
	line-height: 19px;
	color: #006600;
	text-decoration: none;
	background-image: url(../image/tabCR2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
  

#nav li a:hover {
	background-position: left -25px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	background-position: right -25px;
	color: #006600;
}

/* navigatie content menu*/

#navContent {
	clear: both;
	position: absolute;
	top: 150px;
	margin: 0px 0 -15px 0;
	padding: 6px 0 0 0;
	width:665px;
	left: 280px;
}

#navContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navContent li {
	float: left;
	margin-right: 2px;
}
.terug {
	background-image: url(../image/terug.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

* html #navContent li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #navContent li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#navContent li a {
	display: block;
	height: 19px;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../image/tabCL.png);
	background-repeat: no-repeat;
	background-position: left top;
  }  
  
#navContent li a span {
	display: block;
	margin-left: 12px;
	padding-left: 0;
	padding-right: 14px;
	line-height: 19px;
	color: #006600;
	text-decoration: none;
	background-image: url(../image/tabCR.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navContent li a:hover {
	background-position: left -25px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
}

#navContent li a:hover span {
	background-position: right -25px;
	color: #336600;
}

/* navigatie left menu*/

#navLeft {
	clear: both;
	position: absolute;
	padding: 0;
	width:200px;
	left: 40px;
	margin: -15px 0 0px 0;
}

#navLeft fieldset {
	width: 200px;
	float: left;
	margin-bottom: 25px;
}
#navLeft legend {
	margin: 0;
	padding: 0;
}
#navLeft p{
	margin-top: 5px;
	padding: 0;
	width: 200px;
}

#navLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navLeft li {
	float: left;
	margin-right: 0px;
	margin-top: -10px;
}

* html #navLeft li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #navLeft li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 0px;
	text-decoration: none;
}

#navLeft li a {
	display: block;
	height: 19px;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../image/tabCL.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
 	margin-left: -6px;
 	margin-top: -9px;
}  
  
#navLeft li a span {
	display: block;
	margin-left: 12px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 19px;
	color: #006600;
	text-decoration: none;
	background-image: url(../image/tabCR.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navLeft li a:active {
	display: block;
	height: 19px;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../image/tabCL2.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
 	margin-left: -6px;
 	margin-top: -9px;
}  
  
#navLeft li a:active span {
	display: block;
	margin-left: 12px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 19px;
	color: #006600;
	text-decoration: none;
	background-image: url(../image/tabCR2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navLeft li a:hover {
	background-position: left -25px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
}

#navLeft li a:hover span {
	background-position: right -25px;
	color: #336600;
}



