@charset "utf-8";
/* CSS Document */

	#mainMenu span{
		padding-top:15px;
	}
	#mainMenu a{
		padding-bottom:3px;
		padding-left:2px;	/* Spaces at the left of main menu items */
		padding-right:1px;	/* Spaces at the right of main menu items */
		font-weight: bold;color:#ffffff;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
	}
	#mainMenu a:hover{
		border-bottom:0px;
	}
	#submenu{		
		font:bold 11px Tahoma;	/* Fonts of main menu items */
		padding-top:6px;
		/* Background color of sub menu items */
		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{
		color:#ffffff;/* Border options */
		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: #000;	/* Text color */
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
		text-decoration:underline;
	}
	#mainMenu .newpadding{
		padding-bottom:15px;
	}	

/*------------------------------------- IJAU --------------------------------------
.markermenu3{
	list-style-type: none;
	margin:0;
	padding: 0;
	width: 170px;
	border-right: 1px solid #FFFFFF;
	color:#fff;
	background-color:#990000;
}

.markermenu3 li a{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}


* html .markermenu3 li a{ /*IE only. Actual menu width minus left padding of LINK (20px) 
	width: 150px;
}

.markermenu3 li a:visited, .markermenu3 li a:active{
	color: #fff;
}

.markermenu3 li a:hover{
	color: black;
	background-color: #ffffcb;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}*/