/* * * * * * * * * FELSŐ MENŰ * * * * * * * * * * * * * * * * * * * * * * */

#felso_menu {
	position: relative;
	top: 1px;
	left: 0px;
	width: 992px;
	height: 30px;
    text-transform: uppercase;
    text-align: left;
    background-repeat: repeat-x;
	background: url('../elemek/menu_hatter.png');
	z-index: 10;
	box-shadow: 0 10px 10px -4px gray;
}

#felso_menu ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
}

#felso_menu ul:hover {
	color: silver;
}

#felso_menu ul li {
	font-size: 14px;
	font-family: 'Lora', Times, serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 6px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: silver;
}

#felso_menu ul li a {
	text-decoration: none;
	color: silver;
}

#felso_menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#felso_menu ul li:hover {
	background: #777;
}

#felso_menu ul li ul {
	padding: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	box-shadow: 10px 10px 10px -4px gray;
}

#felso_menu ul li ul li {
	display: block;
	color: silver;
	padding-top: 4px;
	background: #002550;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

#felso_menu ul li ul li a {
	text-decoration: none;
	color: silver;
}

#felso_menu ul li ul li a:hover {
	color: #fff;
}

#felso_menu ul li ul li:hover {
	background: #777;
	color: #fff;
}

#felso_menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

/* * * * * * * * * * OLDALMENU * * * * * * * * * */

#oldalmenu_befoglalo {
	font-size: 14px;
	position: fixed;
    top: 190px;
	right: 0px;
    width: 220px;
	/*height: 185px;*/
    height: auto;
    padding: 0px 10px 0px 0px;
    /*border: 1px solid #D2691E;*/
	z-index: 9;
}

.oldalmenu_fopont_gomb {
	background: #002550;
	/*text-align: right;*/
	color: silver;
	/*opacity: 0.8;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	/*border: 1px solid #D2691E;*/
	/*padding: 5px;*/
	/*box-shadow: 6px 6px 5px #888888;*/
	cursor: pointer;
    width: 230px;
	padding: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	box-shadow: -10px 10px 10px -4px gray;
	margin-bottom: 10px;
}

.oldalmenu {
    top: 0;
    right: -11px;
    /*height: 100%;*/
    height: auto;
    width: 0;
    position: absolute;
    z-index: 1;
	background: #002550;
	/*opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    overflow-x: hidden;
	transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    /*transition-delay: 0.25s;*/
    padding: 30px 0 10px 0;
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	/*border-left: 1px solid white;*/
	box-shadow: -10px 10px 10px -4px grey;
}

.oldalmenu a {
    padding: 2px 0 2px 0;
    text-decoration: none;
 	color: silver;
    display: block;
    transition: 0.3s;
	padding: 5px 10px 5px 10px;
}

.oldalmenu a:hover {
    color: #fff;
	background: #777;
}

.oldalmenu .closebtn {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 20px;
}

#oldal_figyelmeztetes_befoglalo {
	font-size: 14px;
	position: fixed;
    top: 540px;
	right: 0px;
    width: 240px;
	/*height: 185px;*/
    height: auto;
    padding: 0px;
    /*border: 1px solid #D2691E;*/
	z-index: 9;
}

.oldal_figyelmeztetes {
    top: 0;
    right: -1px;
    /*height: 100%;*/
    height: auto;
    width: 0px;
    position: absolute;
    z-index: 1;
	background: #9e4c1e;  
	/*opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    overflow-x: hidden;
	transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    /*transition-delay: 0.25s;*/
    padding: 10px 0px 10px 0px;
	/*text-transform: uppercase;*/
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	/*border-left: 1px solid white;*/
	box-shadow: -10px 10px 10px -4px grey;
    color: #fff;
}