@charset "utf-8";

#menu {
    border-color : #364e34;
    border-style : ridge;
    border-width : 1px;
    background-color: #B4A579;
    height : 27px;
    padding-top : 5px;
  }


#menu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }


#menu a {
    border-width : 1px;
    border-bottom-color : #B4A579;
    color: #48361F;
    display : block;
    font : small-caps medium sans-serif;
    font-weight: bold;
    padding : 2px 3px;
    margin : 0;
    text-align: center;
    text-decoration : none;
   font-size : 12px;
  }


#menu a:hover {
    background-color : #e7d59b;
    border-color : #364e34;
    border-style : ridge;
    border-width : 1px;
    color : #364e34;
  }


#menu li {
    position: relative;
    float: left;
    width: 119px;
  }


#menu ul ul {
    position: absolute;
/*    left: 2px;*/
    display: none;
  }


#menu ul li:hover ul {
    background-color: #B4A579;
    border-color : #364e34;
    border-style : ridge;
    border-width : 1px;
    display: block;
/*    width: 118px;*/
  }

#menu a.current {
    color : #364e34;
  }

/* Honlap nyelv kivalasztas */
#lang {
    float : right;
   margin-right : 5px;
  }


#lang li {
/*    height : 20px;*/
    width : 44px;
  }


#lang a {
    background-position : center center;
    background-repeat : no-repeat;
  }


#lang a.hun {
    background-image : url(images/flag.hun.jpg);
  }


#lang a.eng {
    background-image : url(images/flag.eng.jpg);
  }


#lang a.svk {
    background-image : url(images/flag.svk.jpg);
  }


#lang a.rom {
    background-image : url(images/flag.rom.jpg);
  }

