@charset "utf-8";

#menu {
	border-color : #000;
	border-style : ridge;
	border-width : 0px;
	background-color: #F90;
	height : 27px;
	padding-top : 20px;
  }


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


#menu a {
	border-width : 1px;
	color: #000;
	display : block;
	font : Arial;
	font-weight: bold;
	padding : 2px 3px;
	margin : 0;
	text-align: center;
	text-decoration : none;
	font-size : 12px;
  }


#menu a:hover {
	border-style : ridge;
	border-width : 0px;
	color : #F30;
  }


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


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


#menu ul li:hover ul {
	background-color: #F90;
	border-color : #000;
	border-style : ridge;
	border-width : 0px;
	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);
  }
