/* CSS Document */
a:visited{
color: inherit;
}
.menu{
	/*width:100%;
	position:fixed;
	z-index:11;
	top:0;	*/

 	}
.menu_inner{
	width:1000px;
	margin:0px auto;
	
	}	


nav {
		
	display: block;
	margin: 5px 0px 8px 0px;	
	width: auto;
	float:left;
	
	
	
}




.logo{
width:auto;
float:left;	
margin-top:12px;
position:relative;
z-index:2;
	}
	
.activemenu{
	color:#000 !important;
	font-weight:bold !important;
	
	}			
	
.footer_menu{
color:#FFF !important;	
text-decoration:none;
}

.footer_menu:hover{
color:#fff032 !important;	

}

#nav{
 font-size:15px;
	list-style:none;
	font-weight:normal;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
 height: 17px;
 line-height:17px;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
 position:relative;
 z-index:5;
}
#nav li{
	float:left;
	/*margin-right:8px;*/
	position:relative;
 	max-height:17px;
    border-right:1px #000000 solid;
    padding:0 10px;
    /*padding-bottom:5px;*/
 	
}
#nav a{
	display:block;
	/*padding:5px;*/
	color:#000;
	/*background:#333;*/
	text-decoration:none;
}
#nav a:hover{
	color:#ed1c24;
	background:#fff;
	text-decoration:none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
 	font-size:14px;
 	max-height:none;
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
 	
	float:none;
 	border-bottom:solid 1px #000;
    margin-right:0px;
   /* width:132px;*/
}
#nav ul a{
	/*white-space:nowrap;*/ /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/*background:#fff;*/
	
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#fff;
}
#nav li a{
	
 font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-decoration:none;	
	/*padding:3px;*/
	
	}

#nav li a:hover{
	/*-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);*/
	color:#ed1c24 !important;
	
	}
#nav ul{
	background-color:#1048a5;
  
	-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

margin-top:-2px;
margin-left:4px;
position:relative;
z-index:1;

	} 
#nav ul li a:hover{ 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}      

#nav ul li:last-child {
   border:none;
   
}

#nav ul li:last-child a  {  
-webkit-border-bottom-right-radius: 10px !important;
-webkit-border-bottom-left-radius: 10px !important;
-moz-border-radius-bottomright: 10px !important;
-moz-border-radius-bottomleft: 10px !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;

}
#bejelentkezes{
  border-right:none !important;
}
/*
#nav ul:hover :parent{
 background-color:#fff;
}*/
.kilepes{
 color:#d00139 !important;   
    font-weight:bold !important;
  }
  
   .login_status{    
    margin-top: -10px;
   float:right;
    max-width:400px;
    text-align:right;
    
     color:#9ba783;
     font-weight:bold;
     font-size:14px;
     
   line-height:20px;
     
     }  
     
.jelzo{
    float:left;
    width:19px;
    height:18px;
    }
.jelzo img{
    display:none;
    }         