/* Nav top */

	#topnav {
		/*background:#3333FF;*/
		background:url(../assets/nav_bg.jpg) no-repeat left top;
		margin:0px;
		padding: 0px 0px 0px 0px;
		height: 198px;
		width:280px;
		border:0px solid red;
		
	}	

	#topnav ul, #topnav li {
		margin: 0;
		padding: 0;
		list-style: none;
		/*display: inline;*/
	}
	
	#topnavitem {
		/*float: left;*/
	}	

	#topnav h3 {
		font-size: 11px;
		font-weight: bold;
		letter-spacing:1px;
		color: #ffffff;
		/*display: inline;*/
	}
	
	#topnav a {
		/*padding: 8px 9px 6px 9px;*/
		/*padding: 4px 0px 4px 14px;*/
		padding: 4px 10px 4px 14px;
		text-decoration: none;
		display: block;
		cursor: pointer;
		border:0px solid red;
	}

	
	#topnav a:hover {
		background: #0061A1;
		/*border-bottom:3px solid #ffffff;*/
	}
	
	#topnav a.active { 
		background:#0061A1 url(../assets/pijl.png) no-repeat; 
		background-position: 0% 50%;
		width:256px;
		border:0px solid red;
		margin:0; 
		/*padding:4px 0px 4px 14px; */
		padding:4px 10px 4px 14px;
	}


	/* Subnav left */
	#subtopnav1, #subtopnav2, #subtopnav3, #subtopnav4, #subtopnav5, #subtopnav6, #subtopnav7, #subtopnav8, #subtopnav9, #subtopnav10 {
		margin: 0;
		padding: 0;
		margin-left:100px;
		margin-top:-10px;
		visibility: hidden;
		position: absolute;
		z-index: 3;
		background:#000000;
	}

	#subtopnav a, #subtopnav a:link, #subtopnav a:visited, #subtopnav a:active, #subtopnav a:hover {
		margin: 0;
		padding: 6px 20px 6px 10px;
		color: #ffffff;
		line-height:13px;
		border-right: 12px solid #0061A1;
		text-decoration: none;
		width: 180px;
	}

	
	#subtopnav a:link, #subtopnav a:visited {
		background:#CCCCCC;
		line-height:13px;
		color:#000000;
	}

	#subtopnav a:hover {
		background: #000000;
		color:#FFFFFF;
	}
	
	#subtopnav a.subactive {
		background:#666666;
		color:#FFFFFF;
	}

*/	

