#Head {
    margin-bottom:10px;
}
#Header {
    background:url('../_images/head-bg.png') no-repeat center top;
    #background:transparent;
    #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/head-bg.png', sizingMethod='scale');
    width:849px;
    height:133px;   
}
#Menu {
    margin:0px;
    padding:0px;
    background:url(../_images/menuBg.gif) repeat-x;
    height:51px;
}

    #Menu li {
        margin:0px;
        padding:0px;
        float:left;
        height:51px;
        list-style:none;
        border-left:1px solid #f3d1b2;
        border-right:1px solid #f3d1b2;
    }
        #Menu li a {
            #width:1%;
            white-space:nowrap;
            display:block;
            padding-top:14px;
            height:37px;
            font-size:14px;
            padding-left:12px;
            padding-right:12px;
            text-decoration:none;
            color:#91656a;
        }
        #Menu li a:hover {
            background:url(../_images/menuBgOn.gif) repeat-x;
        }        
        #Menu li a:hover, #Menu li.active a {
            background:url(../_images/menuBgOn.gif) repeat-x;
            color:#fff;
        }

/* ALMENU */

#Menu li:hover ul { 
    display:block;
}    

#Menu li ul {
     display:none;
    background-repeat:repeat-x;
    background-position:top;
    background-image:url(../_images/subMenuBg.gif);
    margin:0px;
    padding:0px;
    background-color:#999;
    padding-top:5px;
    padding-bottom:5px;
    position:absolute;
    width:215px;
    background:#f7b579;
    border-left:1px solid #F3D1B2; 
    border-right:1px solid #F3D1B2; 
}
    #Menu li ul li {
        clear:left;
        list-style:none;
        padding:0px;
        margin-bottom:2px;
        margin-top:2px;
        background:transparent url(../_images/dot2.gif) repeat-x scroll center bottom;
        padding-bottom:1px;
        margin-left:5px;
        margin-right:5px;
        height:20px;
        border:none;
        border-top:2px solid #f3d1b2;
    }
    #Menu li ul li a {
        display:block;
        color:#91656A;
        text-decoration:none;
        padding:0px;
        margin:0px;
        height:auto;
        text-transform:none;
        font-size:13px;
        font-weight:bolder;
        border:none;
        white-space:nowrap;
        width:200px;
        padding-top:2px;
        padding-bottom:2px;
        background:transparent;
        padding-left:5px;
        height:20px;

    }
    #Menu li ul li a:hover {
        background:url(../_images/menuBgOn.gif) repeat-x;
        color:#fff;
    }            

/* ALMENU VEGE */


#Languages {
	float:right;
    position:relative;
    padding-top:18px;
    padding-right:20px;
    width:400px;
}

#Languages form {
    float:right;
}

#Languages .on {
    
}

#Languages a {
    display:block;
    color:#282828;
    text-decoration:none;
    text-align:left;
    margin-right:15px;
}
#Languages a:hover {
    text-decoration:underline;
    
}
#Languages #Hu span {
    background:url(../_images/flags/hu.gif) right no-repeat;
    display:block;
    width:38px;
}
#Languages #En span {
    background:url(../_images/flags/en.gif) right no-repeat;
    display:block;
    width:38px;
}
#Languages #De span {
    background:url(../_images/flags/de.gif) right no-repeat;
    display:block;
    width:38px;
}

