@charset "iso-8859-2";
/* CSS Document */
#menu_bal {
/*    position: fixed;  */
	width:20%;
    text-align:center;
	float:left;
	left:0px;
	right:80%; 
	top:205px;
	height:45px;
	font-size:1.2em;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
	border-top-color:#EDEBBB;
	border-top-style:solid;
	border-top-width:5px;
	z-index:50;

} 
#menu_e-kreta{
   /* background-image:url("/kepek/menu_e-kreta.png");
    background-repeat: no-repeat; */
	z-index:45;
	left:auto;
	right:auto;
	padding-top:5px;
}
#menu_bal ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
} 
#menu_v {
/*    position: fixed;   */
	width:80%;
    text-align:center;
	float:left;
	left:20%;
	right:0px; 
	top:205px;
	height:45px;
	font-size:1.2em;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
	border-top-color:#EDEBBB;
	border-top-style:solid;
	border-top-width:5px;

/*	border-bottom-color:#000000;
	border-bottom-style:double;  */
	z-index:50;

}

#menu_v a{
	display: block;
	height: 1em;
	padding: 1px 0px 15px 0px;
	border:0px;
	color: #EDEBBB;
	text-decoration: none;
    background: url("");
/*	background-color: #12151E;
    border-radius: 20px;  */
}
#menu_v a:hover{
    color: #0000AA;         /* #EDEBBB;*/
    text-decoration: none;
    background-color: #A9ABD3;    /*#000099;*/
/*    border-radius: 20px;    */
}
#menu_v ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-image:url("/kepek/menu_hatter_kek.jpg");
    background-repeat:repeat;
/*    background-color: #12151E;
    border-radius: 20px;  */
} 
#menu_v li {
    position: relative;
    padding: 0; 
    float: left;
    width: 160px;
} 
#menu_v ul ul{
    position: absolute;
    left: 0px;
    width: 160px;
    display: none;
    z-index: 5;
}
#menu_v ul li:hover ul{
    display: block;
}
#menu_v ul ul ul {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 160px;
}
#menu_v ul ul ul li {
    display: none;
}
#menu_v ul ul li:hover ul li{
    display: block;
}
/*
#menu_v ul ul ul ul {
      position: absolute;
      top: 0px;
      left: 100%;
      width: 190px;
}
#menu_v ul ul ul ul li a{
      display: none;
}
#menu_v ul ul ul li:hover ul li a{
      display: block;
} 
*/ 