/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*********************************************************************/
/* Fontos, hogy IE6-ban csak úgy muködik a dolog, ha a CSS definíció */
/* nem nulla sorból áll                                              */
/*********************************************************************/
.preload1 {background: url(three_1.gif);}
.preload2 {background: url(three_1a.gif);}

.jobbos {
	position:relative;
	float:right;
}
.nav {
	margin:0; 
	list-style:none; 
	z-index:100; 
	padding:0;
}

.horizontal {
	padding-right: 10px;
}
.vertical li.top { /* felsoszintu elem */
	display:block; 
	position: relative;
	clear:both; /* ha float:left; akkor vízszintesen íródik ki */
	height:38px;
	min-height:38px;
	padding:0 5px;
	margin:5px 0;
	background-color:#FF9933;
	width:225px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.horizontal li.top { /* felsoszintu elem */
	display:block; 
	position: relative;
	float:left; /* ha float:left; akkor vízszintesen íródik ki */
	height:38px;
	line-height:38px;
	margin:0 5px;
	padding:0 5px;
	background-color:#AA9933;
	vertical-align:middle;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.sima li.top { /* felsoszintu elem */
	display:block; 
	position: relative;
	float:left; /* ha float:left; akkor vízszintesen íródik ki */
	height:38px;
	line-height:38px;
	margin:0 5px;
	padding:0 5px;
	background-color:transparent;
	vertical-align:middle;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.nav li a.top_link {
	display:block; 
	width: 100%;
	float:left; 
	height:38px; 
	min-height:38px;
	line-height:38px; 
	color:#fff; 
	text-decoration:none; 
	padding:0 0 0 34px; 
	cursor:pointer;
	font-size: 14px;
}
.nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0; 
	height:38px; 
	line-height:38px;
	min-height:38px;
}
.nav li a.top_link span.down { /* lenyíló felsoszintu elemek */
	float:left; 
	display:block; 
	padding:0; 
	height:38px; 
	line-height:38px;
	min-height:38px;
}

.nav li:hover a.top_link {
	color:#ddd; 
}
.nav li:hover a.top_link span {
	background-color:transparent;
}
.nav li:hover a.top_link span.down {
	background-color:transparent;
}

/* Default list styling */

.nav li:hover {
	position:relative; 
	z-index:50;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.vertical li:hover ul.sub
{
	left:233px; 
	top:-4px; 
	padding:3px; 
	white-space:nowrap; 
	width:auto; 
	height:auto; 
	z-index:60;
	background-color:transparent;
}
.horizontal li:hover ul.sub
{
	left:5px; 
	top:38px; 
	padding:3px; 
	white-space:nowrap; 
	width:auto;
	height:auto; 
	z-index:60;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:transparent;
}
.nav li:hover ul.sub li
{
	display:block; 
	height:38px; 
	position:relative; 
	float:left; 
	margin:0px; /* IE-k miatt kell 0, különben elvesztik a fonalat */
	min-width:200px;
	width:100%;
	background-color:inherit;
	border:1px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:#FF9933;
}
.nav li:hover ul.sub > li a
{
	display:block; 
	height:38px; 
	width: 100%;
	line-height:38px; 
	text-indent:5px; 
	color:#fff; 
	text-decoration:none;
}
.nav li ul.sub li a.fly
{
	background-color:transparent;
}
.nav li:hover ul.sub li a:hover 
{
	background-color:transparent;
	color:#ddd; 
	border-color:#fff;
}
.nav li:hover ul.sub li a.fly:hover
{
	background-color:transparent;
	color:#fff;
}


.nav li:hover li:hover ul,
.nav li:hover li:hover li:hover ul,
.nav li:hover li:hover li:hover li:hover ul,
.nav li:hover li:hover li:hover li:hover li:hover ul
{
	left:90px; 
	top:-4px; 
	padding:3px; 
	white-space:nowrap; 
	width:90px; 
	z-index:70; 
	height:auto;
	background-color:transparent;
}

.nav ul, 
.nav li:hover > ul ul,
.nav li:hover li:hover > ul ul,
.nav li:hover li:hover li:hover > ul ul,
.nav li:hover li:hover li:hover li:hover > ul ul
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	background-color:transparent;
}

.nav li:hover li:hover a.fly,
.nav li:hover li:hover li:hover a.fly,
.nav li:hover li:hover li:hover li:hover a.fly,
.nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	color:#fff; 
	border-color:#fff;
} 

.nav li:hover li:hover li a.fly,
.nav li:hover li:hover li:hover li a.fly,
.nav li:hover li:hover li:hover li:hover li a.fly
{
	color:#000; 
	border-color:#bbd37e;
} 
