/* MENU 1 */

#menu2
	{
		width:						160px;
		float:						left;
		position: relative;
			width: 155px;
  		height: 240px;
  		top: 16px;
  		left: 12px;
  		text-align: left;
	}


/**** MENU 1 - NIVEAU 1 ****/
#menu2 ul
	{
		/*float:left;*/
		list-style:				none;
		font-family: 			Verdana;
		font-size: 				11px;
		
		margin-top:				0px;
		margin-bottom:		3px;
		margin-left:			0px;
		margin-right:			0px;
		
		padding-top: 			0px;
		padding-bottom: 	0px;
		padding-left: 		0px;
		padding-right: 		6px;
		width: 						161px;
		background: 			none;
		height: 					23px;
	}


#menu2 li
	{
		position:relative;
		width: 						161px;
		background: 			none; 
		padding:					0px 0px 0px 0px;
		margin: 					0px 0px 0px 0px
		display: 					block;
	}
	
#menu2 ul li a, #menu2 ul li a:visited, #menu2 ul li a:hover, #menu2 ul li a:active
	{
		background: 			#FFFFFF; /*none;*/
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				11px;
		color: 						#8b744a;
		text-decoration:	none;
		padding:					3px 0px 0px 13px;	/* top | right | bottom | left */
		margin: 					0px 0px 0px 0px;
		top: 							0px;
		width: 						147px;
		display: 					block;
		height: 					20px;
	}

#menu2 ul li a:hover
	{
		background: 			#e6dfc9;
		color: 						#483d28;
		height: 					20px;
		padding:					3px 0px 0px 13px;	/* top | right | bottom | left */
		margin: 					0px 0px 0px 0px;
	}


/**** MENU 1 - NIVEAU 2 ****/
#menu2 ul ul
	{
		position:absolute;
		z-index:					500;
		display:					none;
		list-style:				none;
		margin:						0px 0px 0px 0px;
		padding:					0px 0px 0px 0px;
		float:						left;
		width:						160px;
		top:							0px; /*auto;*/
		left: 						161px;
	}

#menu2 ul ul li 
	{
		background: 			#ffffff;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				11px;
		color: 						#8b744a;
		text-decoration:	none;
		height: 					24px;
		padding:					0px;
		width: 						161px;
		border-top:				0px solid #000000;
		border-bottom:		1px solid #000000;
		border-left:			0px solid #8b744a;
		border-right:			1px solid #000000;
	}

#menu2 ul ul li:hover
	{
		background: 			#e6dfc9;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				11px;
		color: 						#483d28;
		text-decoration:	none;
		/*height: 				23px;*/
		padding:					0px;
		width: 						161px;
	}
	
#menu2 ul ul li a, #menu2 ul ul li a:visited, #menu2 ul ul li a:hover, #menu2 ul ul li a:active
	{
		background: 			none;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				11px;
		color: 						#8b744a;
		text-decoration:	none;
		height: 					23px;
		padding:					2px;
		width: 						120px;
	}

	
#menu2 ul ul li a:hover
	{
		/*background: 		none;*/
		color: 						#483d28;
	}



/**** MENU 1 - NIVEAU 3 BEGIN ****/
#menu2 ul ul ul
	{
		top:							0;
		left:							100%;
	}
	
#menu2 ul ul ul li a, #menu2 ul ul ul li a:visited, #menu2 ul ul ul li a:hover, #menu2 ul ul ul li a:active
	{
		background: 			none;
		font-family: 			verdana, arial, helvetica;
		font-weight: 			normal;
		font-size: 				11px;
		color: 						#cc3300;
		text-decoration:	none;
		height: 					23px;
		padding:					2px;
		width: 						120px;
	}

#menu2 ul ul ul li a:hover
	{
		background: 			none;
		color: 						#00659b;
	}
/**** MENU 1 - 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#menu2 h2:hover{
}

div#menu2 li:hover{
cursor:pointer;
z-index:100;
}

div#menu2 li:hover ul ul,
div#menu2 li li:hover ul ul,
div#menu2 li li li:hover ul ul,
div#menu2 li li li li:hover ul ul
{display:none;}

div#menu2 li:hover ul,
div#menu2 li li:hover ul,
div#menu2 li li li:hover ul,
div#menu2 li li li li:hover ul
{display:block;}

/* End CSS Popout Menu 1 */
/* MENU 1 */

