.nav{
	clear:borh;
	list-style: none;
	position: relative;
	width:948px;
	height:58px;
	border-top:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	z-index:1000;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 5%, rgba(255,255,255,0.58) 25%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.05) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,0.58)), color-stop(50%,rgba(255,255,255,0.05)), color-stop(75%,rgba(255,255,255,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 5%,rgba(255,255,255,0.58) 25%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 5%,rgba(255,255,255,0.58) 25%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 5%,rgba(255,255,255,0.58) 25%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 5%,rgba(255,255,255,0.58) 25%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%); /* W3C */
}

.border-nav{
	border-bottom:6px solid #111111;
	width:950px;
}

.nav ul ul { /*lenyiló elrejtése*/
	display: none;
}

.nav ul li:hover > ul { /*lenyiló lenyitása*/
	display: block;
}

.nav ul li {
	float: left;
}


/*0. SZINT*/

.nav li{
	font:300 18px/20px 'Lato', sans-serif;
	color:#111111;
	text-transform: uppercase;
}

.nav li strong{
	display: block;
	font:700 13px/13px 'Lato', sans-serif;
	color:#acacac;
	text-transform: none;
}
	
.nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
	
.nav ul li.first{
	float: left;
	margin:0 0 0 10px;
}

.nav ul li {
	float: left;
	margin:0 0 0 36px;
}

.nav ul li:hover {
	background: #111111;
	height:58px;
	border-bottom:6px solid #acacac;	
}

.nav ul li.lenyilo:hover{ /*MÁSODIK MENÜ NAGYOBBÍTÁSA*/
	background: #111111;
	height:58px;
	border-bottom:7px solid #acacac;
}

.nav ul li:hover a {
	color: #fff;
}
		
		
.nav ul li a{
	display: block; 
	padding: 14px 10px 0 10px;
	color: #757575; 
	text-decoration: none;
}

/*1. SZINT*/

.nav ul ul {
	background: #acacac;
	padding: 0;
	position: absolute; 
	top: 100%;
}

.nav ul li ul li{
	font:bold 12px/12px 'Arial';
	color:#111111;
	text-transform: none;
	clear:both;
	position: relative;
	border-bottom: 1px solid #898989;
	width:170px;
	float: none;
	margin:0 ;	
	
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;

}


.nav ul li ul li:hover {
	background: #898989;
	border-bottom: 1px solid #898989;
	height:auto;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	
.nav ul li ul li a {
	padding: 15px 10px;
	color: #fff;

}	

/*2. SZINT*/
.nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	background:#898989;
	margin:0 0 0 1px;
}


.nav ul li ul li ul li{
	font:bold 12px/12px 'Arial';
	color:#111111;
	text-transform: none;
	clear:both;
	position: relative;
	border-bottom: 1px solid #787878;
	width:170px;
	float: none;
	margin:0 ;	
}

.nav ul li ul li ul li:hover {
	background: #787878;
	height:auto;
	border-bottom:0px;
	border-bottom: 1px solid #787878;
}
	
.nav ul li ul li ul li a {
	padding: 15px 10px;
	color: #fff;
}




