ul.menu_items  { /* Menuszerkesztonel az almenu box */
	min-height: 10px;
	list-style: none; 
    /*border-left: 3px solid #bbc;
    padding: 5px 15px 5px 5px;
    margin: 5px 0 5px 5px;*/
    padding: 0 0 0 50px;
}

ul.root { /* Az egesz menuszerkeszto box */
	border: 0px solid black;
	list-style: none; 
	padding-left: 0;
	margin-left: 0;
}

li .handle { /* A mozgato ikon */
	displa: block; 
	float: left;
	margin-top: 1px;
	cursor: move;
	width: 22px;
	height: 20px;
	background: url('../images/icon/webkoktel_vilagos_mozgatas.png') no-repeat;
}

li .handle:hover { /* A mozgato ikon */
	background-position: 0 -20px;
}

.active {
	border:3px solid #abc; 
	padding: 5px;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}
.qmfv {visibility:visible !important;}


/*"""""""" (MAIN) Container """"""""*/
#leftmenu a
{ 
	background-color:transparent;
	cursor:pointer;
}

 /*"""""""" (MAIN) Items """"""""*/
#leftmenu a
{
	background: url('../images/leftmenuitem.jpg');
	font-family:Arial;
	text-decoration:none;
	display: block;
	width: 122px;
	height: 18px;
	padding: 4px 0 0 24px;
	color: #434343;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 4px;

}


/*"""""""" (MAIN) Hover State """"""""*/
#leftmenu .menu_level2 a:hover
{ 
	background-color:#efefef;
}


/*"""""""" (MAIN) Active State """"""""*/	
#leftmenu .qmactive
{ 
	/* Note: Add '!important' after each style */

	background-color:#efefef !important;
	text-decoration:underline !important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#leftmenu .menu_level1 
{
	background: url('../images/leftmenuitem.jpg');
	font-family:Arial;
	text-decoration:none;
	display: block;
	width: 122px;
	height: 18px;
	padding: 4px 0 0 24px;
	color: #434343;
	font-size: 12px;
	text-decoration: none;
		margin-bottom: 4px;

	
}

#leftmenu a.menu_level1:hover
{
	/*text-decoration:underline;*/
	    background-position:0 -22px !important;
	    color: #ffffff !important;

}

#leftmenu a.menu_level2:hover
{
	/*text-decoration:underline;*/
	    background: #eeeeee;
	    color: black;

}
#leftmenu a.menu_level2
{
}
#leftmenu a.menu_level3
{
		width:112px;
		padding-left:30px;
}
#leftmenu a.menu_level3:hover,#leftmenu a.menu_level4:hover
{
	/*text-decoration:underline;*/
	    background: #eeeeee;
	    color: black;

}
#leftmenu a.menu_level4
{
		width:96px;
		padding-left:40px;
}


/*"""""""" [SUB] Containers """"""""*/
#leftmenu div
{

	padding:5px;

	
}


/*"""""""" [SUB] Hover State """"""""*/



/*""""""""[SUB] Active State """"""""*/
#leftmenu div .qmactive
{
	/* Note: Add '!important' after each style */

}


/*"""""""" [SUB] Parent Items """"""""*/
#leftmenu div .qmparent 
{
	height: 18px;
	background: url('../images/leftmenusubitem.jpg') no-repeat bottom;
	height: 16px;
	padding: 2px 0 0 24px;
	color: #ce0000;
	font-size: 11px;
}


/*"""""""" [SUB] Items """"""""*/
#leftmenu div a
{		
	height: 18px;
	background: url('../images/leftmenusubitem.jpg') no-repeat bottom;
	height: 16px;
	padding: 2px 0 0 24px;
	color: #ce0000;
	font-size: 11px;
}
