	#menu_horizontal_themes_top
	{
		padding-top:5px;
		margin-left:24px;		
	}
	
	#menu_horizontal_themes_top ul
	{
		margin:0px;
		padding:0px;
	}
	
	#menu_horizontal_themes_top ul.drop_empty
	{		
		
	}
	
	
	#menu_horizontal_themes_top ul li
	{
		position:relative;
		display:block;
		float:left;
		margin-left:2px;
	}
	
	
	#menu_horizontal_themes_top ul li .menu_element_handle
	{
		position:absolute;
		top:0px;
		left:-10px;
		border:0px solid red;
		width:10px;
		height:20px;
		cursor:move;
	}
	
	
	#menu_horizontal_themes_top ul li .menu_element_panel
	{
		position:absolute;
		right:0px;
		top:0px;
		cursor:pointer;
	}	
	
	
	#menu_horizontal_themes_top ul li a
	{		
		text-align:left;
		text-indent:10px;
		font-size:12px;
		font-family:Arial;
		color:black;		
		background:url(bouton.jpg) 0 0 no-repeat;
		display:block;
		width:153px;
		height:25px;
		line-height:21px;
	}
	
	#menu_horizontal_themes_top ul li a:hover, #menu_horizontal_themes_top ul li.menu_element_over a
	{
		background:url(bouton.jpg) 0 -25px no-repeat;
		text-decoration:none;
	}
	
	#menu_horizontal_themes_top ul li ul
	{
		
	}
	
	#menu_horizontal_themes_top ul li ul.drop_empty
	{		
		border:0px dashed black;
		height:0px;
		width:0px;
		display:block;
		float:left;
	}
