
#hoofd
{
font-family: arial;
color: #39391C;
font: bold;
font-size: 10px;
}



#hoofd a:hover
{

color: #39391C;
font-family: arial;
font: bold;
font: underlined;
font-size: 12px;

} 




#{scrollbar-3dlight-color:#EBEBD6;
           scrollbar-arrow-color:#39391C;
           scrollbar-base-color:#FFFFFF;
           scrollbar-track-color:#EBEBD6;
           scrollbar-darkshadow-color:#EBEBD6;
           scrollbar-face-color:#FFFFFF;
           scrollbar-highlight-color:#EBEBD6;
           scrollbar-shadow-color:#EBEBD6}

	#mainMenu{
		background-color: #EBEBD6;	/* Background color of main menu */
		font-family: Arial, sans-serif;	/* Fonts of main menu items */
		font-size:13px;	/* Font size of main menu items */
		border-bottom:1px solid #39391C;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */
		visibility: hidden;
		
	}
	#mainMenu a{
		padding-left:3px;	/* Spaces at the left of main menu items */
		padding-right:3px;	/* Spaces at the right of main menu items */
		font-weight: bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
	}
	#submenu{		
		font-family:Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#FFFFFF;	/* Background color of sub menu items */
		font-size:12px;
		font-weight: bold;
		visibility: hidden;
		width:100%;	/* Don't change this option */
		
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom: 2px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #39391C;
		border-top:1px solid #39391C;
		border-right:1px solid #39391C;		
		background-color: #FFFFFF;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #39391C;	/* Text color */
	}
	
	#submenu a:hover{
		color: #800000;	/* Red color when the user moves the mouse over sub menu items */
	}
