/* 

		NAV
				
				         */




/***** Navigatie Horizontaal *****/

#navHor {
	width:100%;
	margin: 0px 0 0 0px;
	border-top:2px solid #fff; 	
	padding: 7px 0px;
	font-weight:bold; 
	color: #fff;
	text-align: left;
	background-color:#369;
}
#navHor UL {
	margin: 0 0 0 250px;
	padding: 0px
}
#navHor UL LI {
	FLOAT: left; 
	LIST-STYLE-TYPE: none;
	border-left:1px solid #fff;
	PADDING: 5px 0px 5px 0px;
}
#navHor LI A { 
	
	text-align:center;
	font-size:10px;
	width:124px; 
	margin: 0px 0px; 
	DISPLAY: block;
	COLOR: #fff; 
	TEXT-DECORATION: none;
	
	
}
#navHor LI A:hover {
	text-decoration:underline
}



/***********************************************/
/*    navigatie verticaal                      */
/***********************************************/

#navigatie{
	float:left;
	width:250px;	
	font-size:8pt;
	margin: 0px 0 0 0px;
	border-top:0px solid #fff;
}

#navigatie h1{
	margin: 2px 0 0 0px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	background-color:#333;
	letter-spacing: 0.08em;
	word-spacing: 0.15em;
	
}
#navigatie h2{
	margin: 0px 0px 0px 1px;
	padding: 5px 5px 2px 2px;
	letter-spacing: 0.08em;
	word-spacing: 0.15em;
	border-top:1px solid #fff;
	font-size: 100%;
}
#navigatie h3{
	margin: px 0px 0px 1px;
	padding: 10px 5px 2px 10px;
	height:40px;
	font-size: 100%;
	font-weight:bold;
	color:#fff;
	background-color:#cc0000;
	text-transform:uppercase;
	word-spacing: 0.15em;
	border-top:1px solid #fff;
}

#navigatie p{
	border-bottom:1px dashed #ccc;
	padding:10px 5px;
	margin: 8px;
	background-color:#f5f5f5;
}

#navigatie a {
	padding: 3px 5px 3px 8px;
	margin:0px ;
	text-transform:capitalize;
	text-decoration: none;
	font-weight:bold;
	color:#369;

	
}

#navigatie a:hover{
	text-decoration: underline
	
}
#navigatie form{
	margin: 0px 0px 0px 1px;
	padding:10px;
	height:100px;
	border:0px solid #ccc;
}


/***********************************************/
/*    navigatie opsomming Styles               */
/***********************************************/
		
#navigatie ul a:link, #navigatie ul a:visited {display: block;}
#navigatie ul {list-style-type:none; margin: 0 0 0px 0; padding: 0; }
	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigatie li {border-bottom: 1px solid #fc0;border-top:1px solid #fff;margin: 0px; padding:  0px; background-color:#fc0}
	
/* fix for browsers that don't need the hack */
html>body#navigatie li {border: none;}
		
		
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #95B7DA 0px solid;
	border-bottom: #95B7DA 1px solid;
	border-top: #95B7DA 1px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #6897C7;
	border-left: #6897C7 1px solid;
	border-bottom: #6897C7 1px solid;
	border-top: #6897C7 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #95B7DA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #95B7DA 0px solid;
	border-left: #95B7DA 0px solid;
	border-top: #95B7DA 0px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #95B7DA 1px solid;
	border-left: #95B7DA 0px solid;
	border-top: #95B7DA 1px solid;
	border-right: #95B7DA 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #95B7DA 1px solid;
	border-bottom: #95B7DA 1px solid;
	border-top: #95B7DA 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}




