@charset "iso-8859-2";
/* CSS Document */

#fontos {
	margin-top:0px;
	padding-top:30px;
    width:100%;	
	text-align:center;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
/*    border-radius: 20px; */
	font-size:1.5em;    
	color: #EDEBBB;
	text-decoration: none;
}
#fele_betumeret{
font-size: 0.7em;
}
#menu_f {
   /*   position:absolute;*/
	margin-top:0px;
	padding-top:20px;  
    width:100%;
	text-align:center;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
/*    border-radius: 20px; */
	font-size:1.3em;  
	z-index:180;  
} 
#menu_f a{
	display: block;
	height: 1em;
	padding: 1px 0px 15px 0px;
    border-bottom-color:#EDEBBB;
	border-bottom-style:solid;
	border-bottom-width:thin;
	color: #EDEBBB;
	text-decoration: none;
/*	background-color: #12151E;
    border-radius: 20px; */
}
#menu_f a:hover{
    color: #0000AA;               /*  #EDEBBB;  */
    text-decoration: none;
    background-color: #A9ABD3;         /*#000099;*/
/*    border-radius: 20px; */
}
#menu_f ul{
	left:auto;
	right:auto;
	margin:0px;
    margin-top:30px;
    padding:0px;
    list-style: none;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
/*    background-color: #12151E;
    border-radius: 20px;  */
} 
#menu_f li {
    position: relative;
    padding: 0px; 
    float: left;
    width: 100%; 
} 
#menu_f ul ul{
    position: absolute;
    left: 100%;
	top: -30px;;
    width: 100%;
    display: none;
    border-left-color:#EDEBBB;
	border-left-style:solid;
	border-left-width:thin;

}
#menu_f ul li:hover ul{
    display: block;
}
#menu_f ul ul ul {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
}
#menu_f ul ul ul li {
    display: none;
}
#menu_f ul ul li:hover ul li{
    display: block;
}  
/* 
#menu_f ul ul ul ul {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
}
#menu_f ul ul ul ul li a{
    display: none;
}
#menu_f ul ul ul li:hover ul li a{
    display: block;
} 
*/ 