@CHARSET "UTF-8";

#Head {
    width:783px;
}
#Lang {
    float: right;
    margin-top:5px;
    margin-right:5px;
}
#Lang form {
    float:left;
    margin:0px;
    padding:0px;
}
#Lang a {
    text-decoration:none;
    color:#fff;
    display:block;
    float:left;
    font-size:12px;
    margin:10px;
    margin-right:5px;
    margin-left:5px;
    width:53px;
    height:16px;
    padding-top:1px;
    padding-left:5px;
    font-weight:bolder;
}
#Lang a#Eng {
    width:123px;
}
#Lang #Hun span {
    background:url(../_images/hun.gif) no-repeat left center;
    padding-left:22px;
}
#Lang #Eng span {
    background:url(../_images/eng.gif) no-repeat left center;
    padding-left:22px;
}
#Lang a:hover {
}
#Lang a.on {
    text-decoration:underline;
}   

#Menu {
    margin:0px;
    padding:0px;
    margin-top:4px;
    width: 502px;
    background:url(../_images/mainMenuBg.gif) no-repeat bottom;
    padding-bottom:15px;
    float:right;
    padding-left:3px;
}
    #Menu li {
        list-style:none;
        float:left;
    }
        #Menu li a {
            height:25px;
            display:block;
            float:left;
            color:#00a0c6;
            text-decoration:none;
            padding-left:18px;
            padding-right:10px;
            padding-top:11px;
            background:url(../_images/mainMenuIcon.gif) no-repeat left center;
        }
        #Menu li a:hover {
            background-image:url(../_images/mainMenuIconOn.gif);
            background-position:left center;
            background-repeat:no-repeat;
            background-color:#00a0c6;
            color:#fff;
        }
        #Menu li a.on {
            background-image:url(../_images/mainMenuIconOn.gif);
            background-position:left center;
            background-repeat:no-repeat;
            background-color:#00a0c6;
            color:#fff;
        }
        

#Flash {
    float: right;
    margin-top:20px;
}
#HeaderTop {
    background:url(../_images/headerTop.jpg) no-repeat;
    width:783px;
    height:71px;    
}
#HeaderBottom {
  background:url(../_images/headerBottom.jpg) no-repeat;
  width:278px;
  height:71px;  
  float:left;
}
#Left h2 {
    padding-top:11px;
    width:231px;
    height:20px;
    font-size:18px;
    color:#EA690D; 
    font-weight:normal; 
    text-transform:uppercase;
}
#SideMenu, #SideMenu2 {
    padding:0px;
    margin:0px;
    margin-bottom:25px;
    width:241px;
}
    #SideMenu li, #SideMenu2 li {
        list-style:none;
    }
        #SideMenu li a, #SideMenu2 li a {
            color:#00a0c6;
            font-weight:normal;
            text-decoration:none;
            padding-bottom:7px;
            padding-left:8px;
            padding-top:7px;            
            display:block;
            background-image:url(../_images/sideMenuBg.gif);
            background-position:bottom;
            background-repeat:repeat-x;
        }
        #SideMenu li a:hover, #SideMenu2 li a.on {
            color:#ea690d;
            text-decoration:none;
            background-color:#fff5ee;
        }
        #SideMenu li a.on, #SideMenu2 li a:hover {
            color:#ea690d;
            font-weight:bolder;
            text-decoration:none;
            background-color:#fff5ee;
        }        
    

    