	
	#menu_horizontal_themes ul
	{
		color:black;
		padding-bottom:0px;
		padding-left:0px;
		margin:0px;
		float:left;
		display:block;
		width:auto;
		height:20px;
		position:relative;
		border:0px solid red;
		margin:0;
		padding:0;
	}
	
	#menu_horizontal_themes ul.drop_empty
	{		
		margin-left:10px;
		border:1px dashed black;
		height:15px;
		width:170px;
	}
	
	
	#menu_horizontal_themes ul li
	{
		border:0px solid green;
		list-style:none;
		padding-top:0px;
		margin-left:20px;
		height:20px;
		float:left;
		display:block;
	}
	
	
	#menu_horizontal_themes ul li .menu_element_handle
	{
		position:absolute;
		top:0px;
		left:-10px;
		border:0px solid red;
		width:10px;
		height:20px;
		cursor:move;
	}
	
	
	#menu_horizontal_themes ul li .menu_element_panel
	{
		position:absolute;
		right:27px;
		top:12px;
		cursor:pointer;
	}	
	
	
	#menu_horizontal_themes ul li a
	{		
		text-decoration:none;
		color:black;
		font-size:11px;		
		font-weight:bold;
		
		cursor:pointer;		
	}
	
	#menu_horizontal_themes ul li a:hover
	{
		color:#d61125;
	}
	
	#menu_horizontal_themes ul li ul
	{
		height:0px;
		float:left;
		display:block;
	}
	
	#menu_horizontal_themes ul li ul.drop_empty
	{		
		border:0px dashed black;
		height:0px;
		width:0px;
		display:block;
		float:left;
	}
