/* CSS Document pour le menu de navigation */
ul#nav {
  padding: 0;
  margin: 0;
  list-style: none; height:24px; width:768px; border-bottom:1px solid #c9c7c9; background:#eee;
	z-index:4;
  }
ul#nav li {
  float: left;
	display:block;
  position: relative;
	height:24px;
	z-index:4;
  }
li#menu_accueil { width:59px; }
li#menu_meubles { width:116px; }
li#menu_pays { width:149px; }
li#menu_maison { width:120px; }
li#menu_couleurs { width:160px; }
li#menu_deco { width:140px; }

ul#nav li:hover ul, ul#nav li.over ul{ display: block;	z-index:4; }

ul#nav li a {
  display:block;
	height:24px;
}

a#accueil { width:59px; background:url(/images/en/common/menu/fd_accueil.gif) 0 0 no-repeat; }
a#meubles { width:116px; background:url(/images/en/common/menu/fd_meubles.gif) 0 0 no-repeat; }
a#pays { width:149px; background:url(/images/en/common/menu/fd_pays.gif) 0 0 no-repeat; }
a#maison { width:120px; background:url(/images/en/common/menu/fd_maison.gif) 0 0 no-repeat; }
a#couleurs { width:160px; background:url(/images/en/common/menu/fd_couleurs.gif) 0 0 no-repeat; }
a#deco { width:140px; background:url(/images/en/common/menu/fd_deco.gif) 0 0 no-repeat; }

a#accueil:hover, li#menu_accueil:hover a, li#menu_accueil.over a { background:url(/images/en/common/menu/fd_accueil_on.gif) 0 0 no-repeat; }
a#meubles:hover, li#menu_meubles:hover a, li#menu_meubles.over a { background:url(/images/en/common/menu/fd_meubles_on.gif) 0 0 no-repeat; }
a#pays:hover, li#menu_pays:hover a, li#menu_pays.over a { background:url(/images/en/common/menu/fd_pays_on.gif) 0 0 no-repeat; }
a#maison:hover, li#menu_maison:hover a, li#menu_maison.over a { background:url(/images/en/common/menu/fd_maison_on.gif) 0 0 no-repeat; }
a#couleurs:hover, li#menu_couleurs:hover a, li#menu_couleurs.over a { background:url(/images/en/common/menu/fd_couleurs_on.gif) 0 0 no-repeat; }
a#deco:hover, li#menu_deco:hover a, li#menu_deco.over a { background:url(/images/en/common/menu/fd_deco_on.gif) 0 0 no-repeat; }

ul#nav ul {
  display: none;
  position: absolute; 
  top: 24px;
  left: 0;
  list-style:none;
  margin:0;
  padding:0;
  z-index:4;
	background:#e7e7e7;
	width:228px;
	border:none;
	z-index:4;
}
ul#nav li > ul {
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { display: block; clear: left;	z-index:4; }

ul#nav ul li { width:226px; margin:0 1px; height:20px; border-bottom:1px solid #dcd8d5; border-top:1px solid #fff; }
ul#nav ul li.first_item { height:20px; border-top:1px solid #c9c7c9; }

ul#nav ul a { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:3px 0 0 9px;
	height:20px; 
	width:226px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
	height:17px; 
	width:217px; 
	z-index:4;
}

/* Sous Menu Déco */

ul#nav li#menu_deco ul { width:164px; }
ul#nav li#menu_deco li a { width:162px; }
ul#nav li#menu_deco li { width:162px; }

ul#nav li#menu_deco ul a { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:3px 0 0 9px;
	height:20px; 
	width:162px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
	height:17px; 
	width:153px; 
	z-index:4;
}

ul#nav ul a:hover {  background:#dbd7d7;  }

ul#nav li#menu_meubles li a { 
	display:block; 
	background-image:none; 
	color:#a1705e; 
	z-index:4;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#nav li#menu_meubles li a {
  width: 100%;
}
/* End hide from IE5/mac */

ul#nav li#menu_pays li a { 
	display:block; 
	background-image:none; 
	color:#c56c08; 
	z-index:4;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#nav li#menu_pays li a {
  width: 100%;
}
/* End hide from IE5/mac */

ul#nav li#menu_maison li a { 
	display:block; 
	background-image:none; 
	color:#7a547d; 
	z-index:4;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#nav li#menu_maison li a {
  width: 100%;
}
/* End hide from IE5/mac */

ul#nav li#menu_couleurs li a { 
	display:block; 
	background-image:none; 
	color:#42a0c3; 
	z-index:4;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#nav li#menu_couleurs li a {
  width: 100%;
}
/* End hide from IE5/mac */

ul#nav li#menu_deco li a { 
	display:block; 
	background-image:none; 
	color:#B74F98; 
	z-index:4;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#nav li#menu_deco li a {
  width: 100%;
}
/* End hide from IE5/mac */