	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
		list-style-type:none;
		position:relative;
		background-image: url(images/2puce-li.html);
background-repeat: no-repeat;}

	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
        background-image: url(images/2puce-li.html);
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	_height:12px;
	color: #FFFFFF;
	list-style-type:none;}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{    

  visibility:hidden;
  border:0px solid #000;
  padding:1px;

  width: 120px;  /* IE 5.x */
  width/* */:/**/120px;  /* Other browsers */
  width: /**/120px;
margin-top: 50px;

_margin-top: 60px;
*margin-top: 10px;}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		text-decoration:none;	
		display:block;
		clear:both;
		width:120px;	
		padding-left:2px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
font-size: 12px;}
	
	/*
	A tags 
	*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{  /* Main menu items */
  margin-top:1px;
  font-weight: bold;
  
  color:#FFF;
  background-image: url(images/bg.html);
  height:20px;
  line-height:20px;
  vertical-align:middle;
  padding-left:15px;
  border-left:0px solid #000;
  border-right:0px solid #000;
  text-align:right;
}  
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{  /* Sub menu items */
  margin-top:5px;
  text-align:left;
  font-weight:bold;
background-image: url(images/puce-li.gif);
background-repeat: no-repeat;
text-indent: 16px;
font-style:italic;
color: #ffffff;
font-size: 10px;}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
    }
        
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
	

