/* CSS Document */


	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:240px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		
		/* Don't change these four values */
		list-style-type:none;						
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		background: url(../../images/_interface/puce-1.gif) no-repeat left;
		color: #000099 !important;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.9em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		padding-left:28px;
		line-height:25px;	/* Height of menu links */

	}
	
	#dhtmlgoodies_menu li a:hover  {         
			color: #003366 !important;
			background: url(../../images/_interface/puce-2.gif) no-repeat left;
	}		
	
	#dhtmlgoodies_menu li div{
		float:left;

	}


#menu
{
position: absolute;
margin: 40px;
}
#menu dl
{
margin: 0 2px;
float: left;
border: 1px solid #000;

text-indent: 10px;
}
#menu dl dt
{
font-weight: bold;
font-size: .9em;
line-height: 1.3em;
background-color: #555;
color: #DDD;
}
#menu dl dd
{
border-top: 1px solid #000;
}
#menu dl dd ul
{
list-style-type: none;
border-top: 0;
line-height: 1.5em;
}
#menu dl dt a
{
background-color: #555;
color: #DDD;
text-decoration: none;
display: block;
width: 166px;
height: 1.3em;
cursor: default;
}
#menu dl dd ul li
{
font-weight: normal;
font-size: .7em;
line-height: 1.5em;
}
#menu dl dd ul li a
{
width: 166px;
height: 1.5em;
text-decoration: none;
display: block;
background-color: #FFF;
color: #000;
text-indent: 10px;
cursor: pointer;
}
#menu dl dd ul li a:hover,
#menu dl dd ul li a:focus
{
background: #DDD;
}


