ul.menu_items  { /* Menuszerkesztonel az almenu box */
	min-height: 10px;
	list-style: none; 
    border-left: 0px solid #bbc;
    padding: 0px 0 0px 5px;
    margin: 0px 0 0px 5px;
}

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 """"""""*/
#qm0
{ 
	background-color:transparent;
}

 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color:#000000;
	background-color:#ffffff;
	font-family:Arial;
	font-size:.8em;
	text-decoration:none;
	padding:5px 40px 5px 8px;
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;

}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
	background-color:#efefef;
}


/*"""""""" (MAIN) Active State """"""""*/	
#qm0 .qmactive
{ 
	/* Note: Add '!important' after each style */

	background-color:#efefef !important;
	text-decoration:underline !important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	background-image:url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color:#efefef;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	margin-top:-1px;
	
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration:underline;
}


/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
	/* Note: Add '!important' after each style */

	background-color:#ffffff !important;
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{
	background-image:url(images/arrow_right.gif);	
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
	background-color:#eeeeee;
	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
}
