/* Egyedi fõmenük */
#liId1, #liId2, #liId3, #liId4, #liId5, #liId6 {
	text-align:left;
}

#liId1 {
	padding-left:65px;
}

#liId2 {
	padding-left:60px;

}

#liId3 {
	padding-left:65px;
}

#liId4 {
	padding-left:82px;
}

#liId5 {
	padding-left:85px;
}

#liId6 {
	padding-left:70px;
}

/* Menü */

#nUL-1 {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nUL-1 li {
	float: left;
	margin: 0px;	
	text-align:left;
}

#nUL-1 li li {
	float: none;
}

#nUL-1 li a {
	/* width:154px; */
	/* float:left; */
	display: block;
	text-align:left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
}

#nUL-1 li ul a {
	color:#000;
	padding: 5px;
	font-size: 10pt;
	text-align: left;
	background-color: #618536;
	width:125px;
	border-bottom-color:#999;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

#nUL-1 li a.parent-hover {
	color: #b5e300;
}

#nUL-1 li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: 0;
	z-index: 90;
	padding-top:20px;
}

#nUL-1 li ul li a.first {
	border-top: 1px solid #545454;
}

#nUL-1 li ul li a.child-hover1 {
	background-color: #000;
	color:#FFF;
	width:125px; 
	
}

#nUL-1 li ul li a.child-hover2 {
	background-color: black;
	color: white;
}

#nUL-1 li ul li a.child-hover3 {
	background-color: black;
	color: white;
}

#nUL-1 li ul li a.child-hover4 {
	background-color: black;
	color: white;
}

#nUL-1 li ul li ul {
	margin-top:-62px;
	margin-left:95px;
	position: absolute;
/*	border-bottom-color:#999;
	border-bottom-width:1px;
	border-bottom-style:dotted; */
}

#nUL-1 span {
}
