/*<!-- multi drop down menu -->*/
.systemROOT {
	float: left;
	color: #000;
	white-space: nowrap;
	font-size: 10px;
}
.systemROOT div {
	/* text-shadow: #AAA 1px 1px 2px; */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 3px;
	float: left;
	margin: 3px;
}
.systemROOT a,
.systemROOT a:link,
.systemROOT a:visited {
	text-decoration: none;
	color: #000;
}
.systemROOT a:hover {
	text-decoration: none;
	color: #000;
}
.systemROOT .menubox {
	background-color: #bcddf6;
	position: absolute;
	z-index: 5;
	overflow: hidden;
	text-align: left;
	float: left;
	clear: none;
	display: none;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.systemROOT .menubox div { /* menu itemek szélessége */
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: inherit;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-indent: 6px;
	width: 100%;
}
.systemROOT .menubox .menubox_more {
	background-color: #bcddf6;
	position: absolute;
	z-index: 5;
	overflow: visible;
	text-align: left;
	float: left;
	clear: none;
	display: none;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	padding-right: 6px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	width: auto;
}
.systemROOT .itemHORIZONTAL {
	position: relative;
	float: left;
	clear: none;
	cursor: pointer;
}
.systemROOT .itemHORIZONTAL:hover {
	background-color: #bcddf6;
}
.systemROOT .itemHORIZONTALselected {
	position: relative;
	float: left;
	clear: none;
}
.systemROOT .itemVERTICAL {
	clear: both;
	cursor: pointer;
}
.systemROOT .itemVERTICAL:hover {
	background-color: #FFF;
}
.systemROOT .itemVERTICALselected {
	background-color: #80BFEE;
	clear: both;
	cursor: pointer;
}
.systemROOT .groupHORIZONTAL {
	position: relative;
	float: left;
	clear: none;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
	-khtml-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
}
.systemROOT .groupHORIZONTAL_keephover {
	background-color: #bcddf6;
	float: left;
	clear: none;	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.systemROOT .groupHORIZONTALselected {
	background-color: #E4F1FC;
	float: left;
	clear: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.systemROOT .groupHORIZONTALselected_keephover {
	background-color: #bcddf6;
	float: left;
	clear: none;
	-moz-border-radius: 5px 5px 5px 0px;
	-webkit-border-radius: 5px 5px 5px 0px;
	-khtml-border-radius: 5px 5px 5px 0px;
	border-radius: 5px 5px 5px 0px;
}
.systemROOT .groupVERTICAL {
	float: left;
	clear: both;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	background-image: url(../images/systemgroupback_selected.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.systemROOT .groupVERTICAL_keephover {
	float: left;
	clear: both;
	background-image: url(../images/systemgroupback_over.jpg);
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #80BFEE;
	cursor: default;
}

.systemROOT .groupVERTICALselected {
	float: left;
	clear: both;
	background-image: url(../images/systemgroupback_closed.jpg);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #80BFEE;
	background-repeat: no-repeat;
	background-position: right center;
}
.systemROOT .groupVERTICALselected_keephover {
	float: left;
	clear: both;
	background-image: url(../images/systemgroupback_over.jpg);
	background-color: #80BFEE;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	cursor: default;
	background-repeat: repeat-y;
	background-position: right center;
}
.systemROOT .separatorHORIZONTAL {
	margin: 0px;
	padding: 0px;
}
/**/
.imgbutton {
	padding: 1px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.imgbuttonmenumove {
}

/*menu administration */
.menuadmin {
	margin: 1px;
	padding: 1px;
	position: relative;
	overflow: hidden;
}
.menuadmin .item_hover:hover {
	background-image: url(../images/transparentstripes.png);
}
.menuadmin .root img {
	cursor: n-resize;
}
.menuadmin .root {
	overflow: hidden;
	height: auto;
	width: auto;
}
.menuadmin .root .header {
	clear: both;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 14px;
	margin: 0px;
	padding: 3px;
	width: auto;
}
.menuadmin .root .container {
}
.menuadmin .root .container:hover{
}
.menuadmin .root .frame {
}
.menuadmin .root .frame:hover{
}
.menuadmin .root .group {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.menuadmin .root .group>span,
.menuadmin .root .item>span {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.menuadmin .root .item {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.menuadmin .root .group:hover,
.menuadmin .root .item:hover {
}
.menuadmin .root span {
	text-align: center;
	vertical-align: middle;
}
.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
	border: 1px dashed #F00;
}
.round div {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.adminmenustruktura {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DBDBDB;
	margin: 0px;
}
#system_menueditor_accordion {
	font-size: 10px;
}
#system_menueditor_accordion ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3em;
}
/* amig nem jo a menu szerkeszto  */

#system_menueditor_accordion > div {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #46A5E3;
	border-right-color: #46A5E3;
	border-bottom-color: #46A5E3;
	border-left-color: #46A5E3;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#system_menueditor_accordion div > span {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0px;
	padding: 2px;
}
#system_menueditor_accordion h3 {
	font-size: 10px;
	font-weight: bold;
	background-color: #46A5E3;
	color: #FFF;
	padding: 8px;
	text-shadow: #000 1px 1px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 2x 2px 2px 2px;
	letter-spacing: 2px;
	background-image: none !important;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#system_menueditor_accordion h3 a,
#system_menueditor_accordion h3 a:visited {
	text-decoration: none;
	color: #FFF;
}


