
/*** MENU.css ***/

/* A menüt befoglaló "doboz", a külsõ <ul> */
ul.menu1, ul ul {
  padding:0; margin:0; border:0;
  list-style-type:none;
  height:34em; width:16em;
  overflow:hidden;
  text-align:left;
  color:black;
  font-weight: bold;
  font-size:80%
}
/* A menü 2. szintje */
ul.menu1 table {
  border-collapse:collapse;
  padding:0; margin:0;
  font-size:130%;
}
ul.menu1 ul {
  margin-left:1em;
}
ul.menu1 li {
  text-indent:0.5em;
  line-height:1.5em;
  margin-bottom: 0pt;
}
ul.menu1 li.drop {margin-bottom:2px; /* -2px */}
/* menü 1. szint */
ul.menu1 li a,
ul.menu1 li a:visited {
  display:block;
  width:14em; height:2em; line-height:1.9em;
  text-decoration:none; color: black;/*#606;*/
}
ul.menu1 li a.last,
ul.menu1 li a.last:visited {
  display:block;  /* ne csak a betûknek legyen háttere, hanem egyben az egész menüpontnak */
  width:14em; height:14em; line-height:2em;
}
ul.menu1 li ul {display:none;}

ul.menu1 li:hover a,
ul.menu1 li a:hover {
  border:0; color:orange;
  font-weight:bold;
}
ul.menu1 li:hover ul,
ul.menu1 li a:hover ul {
  display: block;
  /* Mennyi hely legyen a lenyíló 2. szinten.
     A 4em két alpontnak megfelelõ hely.
     Ez mindenhol egyforma, kivéve, ha inline style
     megadással változtatunk a szükséges esetekben. */
  height: 4em;
  width: 10em;
  margin-top:-1px;
  /* Az olyan "dobozok" színe, ahova még nem írtunk menüpontot. */
  background:rgb(209,204,196);/*rgb(191,186,181);*/ /*#def;*/
  /*border:1px solid #000;*/
}

u1.menu1:hover {
  color: orange;
}

ul.menu1 li:hover ul li a,
ul.menu1 li a:hover ul li a {
  height:2em;
  /* A menüpontok háttérszíne, ha valóban van megadva menüpont. */
  background:rgb(209,204,196);
  color:black;
  font-weight:normal;
}

ul.menu1 li:hover ul li:hover a,
ul.menu1 li a:hover ul li a:hover {
  background:orange;
  color:#fff;
}

p.gyorslink {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80%;
  text-indent: 5px
  text-align: center;
}

a.kep {
  text-decoration: none;
  border: 0px;
}

a:hover {
  color: orange;
}