
	dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; }

	/*.menu { position: relative; width: 10em; top:-0.5em; border: 1px solid #900; visibility: hidden; }*/
	.menu { position: absolute; width: 10em; top: 2.5em; border: 1px solid #900; visibility: hidden; }
	.menu dt { cursor: pointer; height: 20px; padding: 0px 5px; line-height: 20px; border-bottom: 1px solid #CCC; background: #FFF;}
	.menu dd { position: absolute; z-index: 100; left: 8em; margin-top: -1.4em; width: 15em; background: #FFF; }
	.menu ul { border: 1px solid #900; }
	.menu li { padding: 0px 5px; line-height: 20px; border-bottom: 1px solid #CCC; }
	
	.menu a { color: #000; text-decoration: none;  }

	.menu a:link { color: #000; text-decoration: none; }
	.menu a:actif { color: #000; text-decoration: none; }
	.menu a:visited { color: #000; text-decoration: none; }
	
	.menu a:hover { color: #900; text-decoration: none; }
	.menu a.selected { color: #900; text-decoration: none; }