/** menu.css
* Sample skin for AnimTree
*/

#nav{
	width:161px;
}

#nav a:visited, #nav a:link {

}

#nav a:hover {

}
/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                 _____________________                                */
.button{
	/* may cause windows bug:
	   position: relative;
	*/
	/* LEVEL 1 KNOPPEN MET KINDEREN */
	/* font: menu; */
	padding-top:1px;
	padding-bottom: 1px;
	padding-left:3px;
	margin-top:0px;
	margin-bottom:5px;		
	z-index: 100000;	
	color: #4A4A4A;
	background-image: url('../images/design/menu_header_background.gif');
	font-family: Arial, Helvetica, sans-serif;
 	font-size:12px; 
	text-decoration: none;
	font-variant:small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 800;
	cursor: default;
	width: auto;
	height: 20px;

}

.language{
	/* may cause windows bug:
	   position: relative;
	*/
	/* LEVEL 1 KNOPPEN MET KINDEREN */
	/* font: menu; */
	background-image: url('../images/design/menu_header_eventive.gif');
}

.language a.buttonlabel, .language a.buttonlabel:link, .language a.buttonlabel:visited{

/*	color: #4A4A4A;
	font-weight:800; */
	color:#FFFFFF;
	font-weight:800;	
}



.language a.buttonlabel:hover{
/*	color:#FE6928;	
	font-weight:800; */
	color:#FFFFFF;
	font-weight:800;	
}



.eventive{
	background-image: url('../images/design/menu_header_eventive.gif');
}

.eventive span.buttonlabel, .eventive span.buttonlabel:link, .eventive span.buttonlabel:visited{
	color:#FFFFFF;
	font-weight:800;
	font-size: 13px
}



.eventive span.buttonlabel:hover{
	color: #FFFFFF;
	font-weight:800;
}


.subbutton{
	/* may cause windows bug:
	   position: relative;
	*/
	z-index: 100000;
	cursor: default;
	/* font-family: Arial, Helvetica, sans-serif; */
	font: menu;
	font-size:11px;
	padding-top:4px;
	padding-bottom: 6px;
	padding-left:3px;
	margin-top:0px;
	margin-bottom:1px;
	background-color:#E1DFDF;
}

.buttonlabel{
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	font-variant:small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 800;
	cursor: default;
	width: auto;
	height: 20px;
	
	/** margin may cause freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
}

.button span.highlight{

	/** margin may cause freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
 	letter-spacing: 1px;
	color: #FF4E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none;
	font-variant:small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 800;
	cursor: default;
	width: auto;
	height: 20px;
}

.buttonlabel:hover{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px; 
/*	height: 14px;  */
	/* may cause windows bug:
	   position: relative;
	*/
	font-weight: 800;
	cursor: default;
	
	/** margin may cause freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
	color: #FF4E00;
	text-decoration:none;
}

.buttonlabel img {
	margin-bottom: -4px;
	margin-right: -3px;
}

.labelHover {
	color: #FF4E00;
}
.labelDown {
}
.labelHover.labelDown {
}

/* LEVEL 2 Knoppen  (Kinderen) */
.menuNode {
	z-index: 100000;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font: menu;
	font-size:11px;
	padding-top:2px;
	padding-bottom: 5px;
	padding-left:3px;
	margin-bottom: 1px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #E5E5E5;
}

.menuNode .highlight {
	color: #FE6928;
	font-size:11px;
	line-height: 16px;
	font-weight: 800;
	text-decoration: none;
	width: auto;
/*	text-transform:uppercase; */
}

.menuNode a, .menuNode a:link, .menuNode a:visited {
	color: #4A4A4A;
	font-size:11px;
	line-height: 16px;
	font-weight: 800;
	text-decoration: none;
	width: auto;
/*	text-transform:uppercase; */
}

.menuNode a:hover {
	color: #FE6928;
	font-size:11px;
	line-height: 16px;
	font-weight: 800;
	text-decoration: none;
	width: auto;
/*	text-transform:uppercase; */
}

.menu {
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
 }
 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
	background-color: #D7D7D7;
	padding-left: 0px;
 }			 
 .menu .menu .menu{ /* submenus' submenus  */
	height:1%;
 }			 
#nav {
	border: 0px solid #ccc;
	background: #FFFFFF;
	color: #000;
	overflow: hidden;
	
	/*position: absolute;
	width: 150px;
	margin: 0px;
	left: 15px;
	top:179px;*/
	white-space: nowrap;
	-moz-user-select: none;
}
		
.imageTop
{
width:161px;
}
/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
/* 
h1{
	color: #777;
	font-size: 18px;
	text-indent: 24px;
	padding: 10px;
}
*/
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

	title { display: none }
	#nav {
		position: absolute;
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		z-index: -1;
		display: none;
	}

}
