	#menu_vertical_themes .menu_element_panel
	{
		
		position:absolute;
		right:12px;
	}

	#menu_vertical_themes
	{
		position:relative;
		background:url(menu_left_bg.jpg) repeat-y;
		width:260px;
		margin-left:19px;
		margin-top:20px;
		margin-bottom:20px;
		padding-bottom:10px;
	}


	#menu_vertical_themes .menu_panel
	{
		height:25px;margin-left:6px;
		text-align:left;
	}

	#menu_vertical_themes .menu_panel img
	{
		cursor:pointer;
	}

	#menu_vertical_themes ul
	{
		list-style: none;
		color:black;
		font-family:Arial;
		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
	{		
		text-align:left;
		background:url(menu_left_depth0.jpg) no-repeat;
		width:auto;
		display:block;
		margin-bottom:15px;
	}
	
	#menu_vertical_themes ul li.level1_pos1
	{	
		background:url(menu_left_depth0_top.jpg) no-repeat;
	}
	
	#menu_vertical_themes ul li.level1_pos1 a.level1_pos1
	{
		padding-top:20px;
	}

	#menu_vertical_themes ul li .menu_element_handle
	{
		position:absolute;
		top:0px;
		left:10px;
		width:10px;
		height:24px;
		cursor:move;
	}

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

	#menu_vertical_themes ul li a
	{
		border:0px solid red;
		text-decoration:none;
		display:block;
		height:29px;
		padding-top:25px;
		color:white;
		font-size:14px;		
		font-weight:bold;
		width:auto;
		color:#787871;
		line-height:31px;
		text-indent:41px;
	
		cursor:pointer;

		text-align:left;
	}

	#menu_vertical_themes ul li a:hover
	{
		
	}

	#menu_vertical_themes ul li ul
	{
		margin:0px;
		padding-left:0px;
		list-style:none none outside;
		background:none;
	}

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

	#menu_vertical_themes ul li ul li
	{
		background:none;
		vertical-align:middle;
		width:auto;
		height:auto;
		overflow:hidden;		
		padding-top:0px;
		margin-left:30px;		
		text-indent:0px;
		margin-top:3px;
		margin-bottom:3px;


		background: url(puce.jpg) no-repeat 0px 6px;

	}

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

	#menu_vertical_themes ul li ul li .menu_element_handle
	{
		border:0px solid green;
		position:absolute;
		top:5px;
		left:0px;
		width:10px;
		height:15px;
		cursor:move;
	}

	#menu_vertical_themes ul li ul li a
	{
		border:0px solid yellow;
		background:none;
		padding:0px;
		margin:0px;
		padding-left:10px;
		text-decoration:none;
		color:black;
		font-size:11px;
		line-height:15px;
		font-weight:bold;
		height:auto;
		width:auto;
		text-indent:0;
		cursor:pointer;
		display:block;
	}

	#menu_vertical_themes ul li ul li a:hover
	{
		background:none;
		text-decoration:underline;
		color:black;
		font-size:11px;
		line-height:15px;
		
		font-weight:bold;
		padding-left:10px;
		display:block;
		cursor:pointer;
		height:auto;
	}