	#menu_horizontal_themes
	{
		
	}
		
	#menu_horizontal_themes a
	{
		color:white;
		font-size:10px;
		font-weight:normal;
	}
	
	#menu_horizontal_themes ul
	{
		margin:0;
		padding:0;
		display:inline;
	}
	
	#menu_horizontal_themes ul.drop_empty
	{		
		margin-left:10px;
		border:1px dashed black;
		height:15px;
		width:170px;
	}
	
	
	#menu_horizontal_themes ul li
	{
		display:inline;
		margin-left:20px;
	}
	
	
	#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 ul.drop_empty
	{		
		border:0px dashed black;
		height:0px;
		width:0px;
		display:block;
		float:left;
	}
