/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


#menu
	{
		position: relative;
		top: 0px;
		left: 59px;
		width:520px;
		height: 40px;
		float:left;
		padding: 0px;
		margin: 0px;
		border-left: 1px solid #FFFFFF;
	}


/**** MENU 2 - NIVEAU 1 ****/
#menu ul
	{
		float:left;
		list-style:none;
		font-family: Verdana;
		font-size: 12px;
		height: 40px;
		
		margin-top:			0px;
		margin-bottom:	0px;
		margin-left:		0px;
		margin-right:		0px;
		
		padding-top: 		0px;
		padding-bottom: 0px;
		padding-left: 	0px;
		padding-right: 	0px;
	}

#menu li
	{
		position:relative;
		height: 40px;
	}
	
#menu ul li a, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active
	{
		display: block;
		background: 			none;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#FFFFFF;
		text-decoration:	none;
		padding-top:			10px;
		padding-left:			7px;
		padding-right:		7px;
		margin: 		0px;
		top: 0px;
		border-right: 1px solid #FFFFFF;
		height: 30px;
	}

#menu ul li a:hover
	{
		background: 		#A2001D;
		color: 					#FFFFFF;
	}


/**** MENU 2 - NIVEAU 2 ****/
#menu ul ul
	{
		position:absolute;
		z-index:500;
		display:none;
		list-style:none;
		margin:0px;
		padding:0px;
		float:left;
		width:200px;
		top:	40px; /*auto;*/
	}

#menu ul ul li 
	{
		display: block;
		background: 			#C3241A;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#FFFFFF;
		text-decoration:	none;
		width: 						200px;;
		border-top:				1px solid #FFFFFF;
		border-bottom:		0px solid #FFFFFF;
		border-left:			0px solid #FFFFFF;
		border-right:			1px solid #FFFFFF;
		height: 40px;
	}

#menu ul ul li:hover
	{
		background: 			#A2001D;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#FFFFFF;
		text-decoration:	none;
		height: 					40px;
		width: 						200px;
	}
	
#menu ul ul li a, #menu ul ul li a:visited, #menu ul ul li a:hover, #menu ul ul li a:active
	{
		background: 			none;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#FFFFFF;
		text-decoration:	none;
		height: 					24px;
		padding:					0px;
		width: 						200px;
		border-right: 		0px solid #FFFFFF;
		
		padding-top:			10px;
		padding-left:			7px;
		padding-right:		7px;
		margin: 					0px;
		height: 					30px;
		
	}

#menu ul ul li a:hover
	{
		background: 	none;
		color: 				#FFFFFF;
	}

/**** MENU 2 - NIVEAU 3 BEGIN ****/
#menu ul ul ul
	{
		top:0;
		left:100%;
	}

#menu ul ul ul li 
	{
		background: 			#ffe185;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#003A73;
		text-decoration:	none;
		height: 					23px;
		padding:					0px;
		padding-left: 2px;
		width: 						200px;;
		border-top:				0px solid #FFFFFF;
		border-bottom:				1px solid #FFFFFF;
		border-left:				1px solid #FFFFFF;
		border-right:				1px solid #FFFFFF;
	}

#menu ul ul ul li:hover
	{
		background: 			#ffd34e;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#cc3300;
		text-decoration:	none;
		height: 					23px;
		padding:					0px;
		padding-left: 2px;
		width: 						200px;;
	}

#menu ul ul ul li a, #menu ul ul ul li a:visited, #menu ul ul ul li a:hover, #menu ul ul ul li a:active
	{
		background: 			none;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				12px;
		color: 						#003A73;
		text-decoration:	none;
		height: 					23px;
		padding:					2px;
		width: 						200px;;
	}

#menu ul ul ul li a:hover
	{
		background: 	none;
		color: 				#cc3300;
	}
/**** MENU 2 - NIVEAU 3 EINDE ****/


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


