body {
    background-color:       #CCCC99;
}

div#felso {
    position:               absolute;
    top:                    0px;
    left:                   0px;
    height:                 90px;
    width:                  100%;
    margin:                 0px;
    border:                 0px;
    padding:                0px;
    background-color:       #CCCC99;
    z-index:                1;
}

div#main,
div#mphp {
    position:               absolute;
    top:                    112px;
    left:                   0px;
    width:                  100%;
    margin:                 0px;
    border:                 0px;
    padding:                0px;
    background-color:       #CCCC99;
    z-index:                1;
}

#menu {
    position:               absolute;
    top:                    90px;
    left:                   0px;
    z-index:                2;
    margin:                 0;
    width:                  100%;
    background-color:       #687a54;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#ul0 {
    padding:                0;
    margin:                 0 auto;
    list-style-type:        none;
    display:                table;
}

#ul0 ul {
    padding:                0;
    margin:                 0;
    list-style-type:        none;
    display:                block;
}

/* Hide the sub levels */
#ul0 li ul {
    display:                none;
}

/* Set up the link size, color and borders */
#ul0 li a,
#ul0 li a:visited {
    display:                block;
    font-family:            arial, "comic sans ms", technical;
    font-style:             normal;
    font-variant:           normal;
    font-weight:            bold;
    font-stretch:           normal;
    font-size:              6.5pt;
    color:                  white;
    height:                 20px;
    line-height:            19px;
    text-decoration:        none;
    text-indent:            5px;
    border:                 1px solid #ffcc00;
    border-width:           1px 1px 1px 0;
    text-align:             left;
}

#ul0 ul li a,
#ul0 ul li a:visited {
/*    width:                  180px;*/
    width:                  120px;
}

/* Set up the sub level borders */
#ul0 li ul li a,
#ul0 li ul li a:visited {
    border-width:           0 1px 1px 1px;
}

#ul0 li a.elso,
#ul0 li a.elso:visited {
    border-width:           1px;
}

/* Set up the list items */
#ul0 li {
    float:                  left;
    background:             #687a54;
}

#ul0 li.li0 {
    display:                table-cell;
}

/* For Non-IE browsers and IE7 */
#ul0 li:hover {
    position:               relative;
}

/* Make the hovered list color persist */
#ul0 li:hover > a {
    background:             white;
    color:                  #687a54;
}

#ul0 ul li:hover > a {
    background:             white;
    color:                  #990000;
}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#ul0 li:hover > ul {
    display:                block;
    position:               absolute;
    top:                    0px;
/*    left:                   140px;*/
    left:                   80px;
    padding:                10px 30px 30px 30px;
    background:             transparent url('/oldalak/transparent.gif');
/*    width:                  180px;*/
    width:                  120px;
}

/* Position the first sub level beneath the top level links */
#ul0 > li:hover > ul {
    left:                   -30px;
    top:                    11px;
}

/* get rid of the table */
#ul0 table {
    position:               absolute;
    border-collapse:        collapse;
    top:                    0;
    left:                   0;
    z-index:                2;
    font-size:              1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #ul0 li a:hover {
    position:               relative;
    background:             white;
    color:                  #687a54;
}

* html #ul0 ul li a:hover {
    position:               relative;
    background:             white;
    color:                  #990000;
}

/* For accessibility of the top level menu when tabbing */
#ul0 li a:active,
#ul0 li a:focus {
    background:             white;
    color:                  #687a54;
}

#ul0 ul li a:active,
#ul0 ul li a:focus {
    background:             white;
    color:                  #990000;
}

/* Set up the pointers for the sub level indication */
#ul0 li.sub {
    background:             #687a54 url('/oldalak/fly.gif') no-repeat right center;
}

#ul0 li.sub0 {
    background:             #687a54 url('/oldalak/drop.gif') no-repeat right center;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #ul0 li ul {
    visibility:             hidden;
    display:                block;
    position:               absolute;
    top:                    -16px;
/*    left:                   140px;*/
    left:                   80px;
    padding:                10px 30px 30px 30px;
    background:             transparent url('/oldalak/transparent.gif');
}

/* keep the third level+ hidden when you hover on first level link */
#ul0 li a:hover ul ul{
    visibility:             hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
#ul0 li a:hover ul a:hover ul ul{
    visibility:             hidden;
}

/* keep the fifth level hidden when you hover on third level link */
#ul0 li a:hover ul a:hover ul a:hover ul ul{
    visibility:             hidden;
}

/* keep the sixth level hidden when you hover on fourth level link */
#ul0 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
    visibility:             hidden;
}

/* make the second level visible when hover on first level link and position it */
#ul0 li a:hover ul {
    visibility:             visible;
    left:                   -30px;
    top:                    9px;
    lef\t:                  -31px;
    to\p:                   10px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#ul0 li a:hover ul a:hover ul{ 
    visibility:             visible;
    top:                    0px;
/*    left:                   140px;*/
    left:                   80px;
}

/* make the fourth level visible when you hover over third level link */
#ul0 li a:hover ul a:hover ul a:hover ul { 
    visibility:             visible;
}

/* make the fifth level visible when you hover over fourth level link */
#ul0 li a:hover ul a:hover ul a:hover ul a:hover ul { 
    visibility:             visible;
}

/* make the sixth level visible when you hover over fifth level link */
#ul0 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
    visibility:             visible;
}

