	#menu_vertical_themes
	{
		position:relative;
		padding-top:10px;
		width:100%;
	}
	
	
	#menu_vertical_themes a
	{
		 font-size:11px;
		 height:1%;
		 font-weight:bold;
		 color:white;
		 font-family:Arial;	
		 text-transform:uppercase;
		 text-align:left;	
	}
	
	#menu_vertical_themes .menu_element_panel
	{
		
		position:absolute;
		right:12px;
	}
	


	#menu_vertical_themes .menu_panel
	{
		height:29px;margin-left:6px;		
	}

	#menu_vertical_themes .menu_panel img
	{
		cursor:pointer;
	}

	#menu_vertical_themes ul
	{
		list-style: none;		
		margin:0;		
		padding:0;		

	}

	#menu_vertical_themes ul.drop_empty
	{
		margin-left:10px;
		margin-right:15px;
		border:1px dashed black;
		height:1em;
	}


	#menu_vertical_themes ul li
	{		
		padding:0;	
		position:relative;
		margin-top:1px;
		display:block;
	}

	#menu_vertical_themes ul li .menu_element_handle
	{
		position:absolute;
		width:10px;
		height:31px;
		cursor:move;
	}

	#menu_vertical_themes ul li .menu_element_panel
	{
		right:0px;
		top:0px;
		position:absolute;
		cursor:pointer;
	}

	#menu_vertical_themes ul li  a
	{
		background:none;	
		display:block;		
		height:1%;
		line-height:14px;
		overflow:hidden;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
	}
		
	#menu_vertical_themes ul li a:hover, #menu_vertical_themes ul li.menu_element_over  a 
	{
		background:white;		
		text-decoration:none;
		color:#666666;
		height:1%;
	}

	#menu_vertical_themes ul li ul
	{
		background:none;
	}

	#menu_vertical_themes ul li ul.drop_empty
	{
		margin-right:5px;
		margin-left:5px;
		border:1px dashed black;
		height:1em;
	}
	
	#menu_vertical_themes ul li ul li
	{
		position:relative;
		text-align:left;
		margin-left:20px;
	}
	#menu_vertical_themes ul li ul li, #menu_vertical_themes ul li.menu_element_over ul li 
	{				
		list-style-position:outside;	
	}
	

	#menu_vertical_themes ul li ul li a, #menu_vertical_themes ul li.menu_element_over ul li a  
	{		
		vertical-align:middle;
		line-height:14px;
		display:block;
		height:auto;	
		background:none;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;	
		height:1%;
	}
	
	#menu_vertical_themes ul li ul li a:hover, #menu_vertical_themes ul li.menu_element_over ul li a:hover, #menu_vertical_themes ul li.menu_element_over ul li.menu_element_over a
	{
		display:block;
		height:auto;	
		
		background:#ffffff;
		color:#666666;
		height:1%;
	}

	#menu_vertical_themes ul li ul li .menu_element_panel
	{
		position:absolute;
		right:0px;
		top:0px;
		cursor:pointer;
	}

	#menu_vertical_themes ul li ul li .menu_element_handle
	{
		border:0px solid green;
		position:absolute;
		top:5px;
		left:-10px;
		width:10px;
		height:15px;
		cursor:move;
	}	
	
	#menu_vertical_themes ul li.menu_element_over ul li.menu_element_over ul li a
	{
		background:none;
		color:white;	
		height:1%;
	}
	
	#menu_vertical_themes ul li.menu_element_over ul li.menu_element_over ul li a:hover, #menu_vertical_themes ul li.menu_element_over ul li.menu_element_over ul li.menu_element_over a
	{	
		height:1%;
		background:#ffffff;
		color:#666666;
	}
	
