/* CSS Document */


/* Navigation menu */

div#nav {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
}

div#nav ul {
	padding: 0;
	margin-left: 0;
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	border-bottom: 0px ;
		margin-top: -16px;
	}

div#nav ul ul {
	position: absolute;
	width: 174px;
	left: 0px;
	top: -27px;
	margin-top: 27px;
	
}


DIV#nav UL UL LI {
DISPLAY: none; WIDTH: 166px; height: 27px

}


DIV#nav LI.submenu {

BACKGROUND-POSITION: 0% 0%; BACKGROUND-IMAGE: url(http://www.ideescadeaux-coffrets.com/images/menu-du-haut_06.jpg); background-repeat: no-repeat; POSITION: relative

}

#nav ul.level2 li {
	left: 0px;
	margin-top: 0px;
}


div#nav li a {
	display: block;
	position: relative
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-decoration: none;
	width: 100%; /* this is what IE 5 needs */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 174px; /* that is for IE6 */
	
}

div#nav>ul a {
	width: auto; /* this is for modern browsers */
	margin-top: 27px;
}

/* make second level menu appear when its parent list item is hovered */
div#nav ul#level1 li.submenu:hover ul.level2 li {
	display: block;
	
}
