

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;
		float:left;
		width:750px;
		height:50px;
		margin: 12px 0px 18px 29px;
		background-image:url(../img/nav_haut.png);
		background-position:center;
		background-repeat:no-repeat;
		display:inline;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
		
	}	
	#dhtmlgoodies_menu a{
		margin:0px;
		padding:0px;
	}
	
	#dhtmlgoodies_menu a:hover{
		color:#FF2203;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu li{
		margin:0px;
		padding:0px;
		float:left;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		background-color:#CCCCCC;
		border:#666666 1px solid;
		width:220px;
		float:left;
	}
	
				
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a {
		display:block;
		float:left;
		margin-left:10px;
		width:140px;
		height:22px;
		margin-top:5px;
		text-decoration:none;
		text-align:left;
		font-size:10px;
		display:inline;
	}


	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1 {
		
	}
	#dhtmlgoodies_menu .currentDepth1over {
		color:#FF2203;
	}
	#dhtmlgoodies_menu .currentDepth1 a {
		color:#FFFFFF;
	}
	#dhtmlgoodies_menu .currentDepth1over a {	/* Text rules */
		color:#FF2203;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2 a{
		color:#000000;
		width:220px;
		
	}
	#dhtmlgoodies_menu .currentDepth2over {
		
	}	
	#dhtmlgoodies_menu .currentDepth2over a {	/* Text rules */
		width:220px;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3 {

	}
	#dhtmlgoodies_menu .currentDepth3over {

	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4 {

	}
	#dhtmlgoodies_menu .currentDepth4over {
	
	}	
	