/*
 * Kleuren:
 * donkerblauw: 	#003480
 * grijs: 	#ccc3bc
 * Topnav
 */



/*
 * Start Topnav! :)
 */

#slidemenu{
	overflow:visible;
	margin:0 auto;
	padding:0;
	background:url(/cmsfile/793) no-repeat right 1px;
	
	/*clear:both;*/
	_text-align:left;
}

.slidetabsmenu{
	width:730px;
	font-size: 12px;
	line-height:normal;
	padding:0;
	/*float:right;*/
	
	/*_float:left;*/
	background-color:#e2e2e2;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content */
	margin-bottom: 2em;
}
.slidetabsmenu ul{
	list-style-type: none;
	margin:0 0 0 260px;
	height:24px;
	border-bottom:1px solid #e2e2e2;
	float:left;
}
.slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
	text-align:left;
}
.slidetabsmenu a{
	float:left;
	background:url(/cmsfile/813) no-repeat left top;
	margin:0;
	margin-right: 5px;
	padding:0 0 0 9px;
	text-decoration:none;
}
.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(/cmsfile/821) no-repeat right top;
	padding: 2px 13px 2px 4px;
	font-weight:bold;
	color:#000;
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	/*height:30px;*/
	height:22px;
	
	
	padding: 2px 13px 2px 4px;
	color:#003480;
	background-color:#fff;
	display:block;
}
.slidetabsmenu a:hover, .slidetabsmenu li.selected a{ /*links*/
	background-color:#fff;
	background-position:left top;
	background:url(/cmsfile/817) no-repeat left top;
	/* voor ie 6 */
	float:left;
	margin:0;
	margin-right: 5px;
	padding:0 0 0 9px;
	text-decoration:none;
	display:block;
	
	
	/*height:34px;*/
}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{ /*rechts*/
	display:block;
	background-color:#fff;
	background:url(/cmsfile/825) no-repeat right top;
	/*height:34px;*/
	
	overflow:hidden;
	
	float:left;
	cursor:pointer;
	padding: 2px 13px 2px 4px;
}
.slidetabsmenu li.selected a span{ /*rechts*/
	display:block;
	background-color:#fff;
	background:url(/cmsfile/825) no-repeat right top;
	/*height:30px;*/
	
	height:22px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	padding: 2px 13px 2px 4px;
}


/* Drop Down Menu  */

.dropmenudiv_b{
	position:absolute;
	top:0;
	_top:-10px;
	_left:0;
	_margin-left:-129px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color:#f3f3f3;
	width: 150px;
	visibility: hidden;
	text-align:left;
	background:url(/cmsfile/849) no-repeat center bottom;
	/*background:url(/cmsfile/961) no-repeat center bottom;*/
	padding-bottom:12px;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	background-color:transparent;
	color: #003480;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	width:150px;
	
	border-left: 1px solid #003480;
	
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ 
	with:auto;
	display:block;
	background-color: #9F9F9F;
	color:#ffffff;
	text-indent: 5px;
	border-left: 1px solid #003480;
	/*border-right: 1px solid #003480;*/
	padding: 2px 0;
	
	
}

/*
 * Bottomnav
 */

#bottomnav ul{
 	list-style-type:none;
	margin-left:268px;
}
#bottomnav ul li{float:left;}
#bottomnav ul li a{
	width:131px;
	height:43px;
	line-height:38px;
	margin-left:9px;
	text-align:center;
	background: url(/cmsfile/801) no-repeat center center; 
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
