ul#menu li ul{
  display:none; 

}

ul#menu li:hover>ul{
  display:block; 

}

ul#menu {
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 /*	 font-weight: bold;*/
	 color:#ffffff; 
	 background-color: #CCCCCC;	
	 border:solid 1px #000000;	


}

ul#menu, ul#menu ul {
	/*border:solid 1px #000000;		*/	/* Contour */
  list-style:none;
  padding:0;
  margin:0;
  width:190px;
 /* background-color: #4E6785; */	/* Couleur fond sans survol */
  color: #646567;	
	z-index:1000;
	-moz-border-radius: 5px;
	font-size-adjust:inherit;

	
}
	 
ul#menu ul{
  position:absolute;
  top:-5px;
  left:188px;
	
}

ul#menu li{
  position:relative;
  margin:0px;
  padding:0px;
  _display:inline;
 }
ul#menu li a{
 border-bottom:dashed #fff 1px;
}

ul#menu a{
  display:block;
  width: 13em;
  text-decoration: none;
  text-indent: 1em;
  padding-top: 10px;
	padding-bottom: 10px;
	 font-variant: small-caps;

}

ul#menu li:hover {
  background-color: #fff;
}

ul#menu li a:hover {
  color: #000;		
  /* IE7 */
  width:188px;
  background-color: #fff;
  /* end */
}

ul#menu a {
    color:#646567;	/* Couleur lien sans survol */
	font-weight:bold;
	text-decoration: none;
	width:100%;
	
}

ul#menu ul li a {
  padding-top: 6px;
	padding-bottom: 2px;
		 background-color: #cccccc;
		 border-bottom: 0;
		  border-top:  0;
		 border-left:#000000 1px dashed;
		 border-right:#000000 1px dashed;
 font-variant: small-caps;
   color: #646567;
	}