/*------------------------------------*\
   LAYOUT CSS
\*------------------------------------*/

ul.language {
    list-style: none;
}

    ul.language li {
        display: inline;
        text-transform: capitalize;
    }

        ul.language li.active {
            display: none;
        }

.sitemap ul {
    list-style: none;
    margin-left: 2em;
}

#megafly {
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1000;
}

    #megafly a {
        text-decoration: none;
        color: black;
    }

    #megafly ul {
        position: absolute;
        clear: both;
        display: none;
        width: 240px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        top: 34px;
        left: -50px;
        background-color: #e6ebff; /*#b6c4ff;*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #megafly ul li {
            text-align: center;
            margin: 0 auto;
            padding: 6px 15px; 
            height: 35px;
            float: none;
            display: block;
        }

            #megafly ul li a {
                color: #021829; /*#032a48;*/
                font-size: 10pt;
            }

            #megafly ul li.selected {
                height: 35px;
                background-color: #001459; /*#374e9b;*/
                -moz-border-top-left-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

                #megafly ul li.selected a {
                    color: #FFF;
                    text-shadow: 1px 1px 1px #032a48;
                }

            #megafly ul li ul {
                position: relative;
                display: none;
                background-color: #001459; /*#374e9b*/
                width: 220px;
                margin-top: -80px;
                margin-left: 270px;
                padding: 10px 0px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

                #megafly ul li ul li {
                    margin-left: 10px;
                    padding: 0;
                    text-align: left;
                    line-height: 0.875em;
                }

                #megafly ul li ul a {
                    color: white;
                    font-size: 0.75em;
                    width: 90%;
                    display: block;
                    padding: 5px;
                }

                    #megafly ul li ul a:hover {
                        background-color: #001459; /*#7C8CC4;*/
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        border-radius: 10px;
                    }


.footerb {
    text-align: center;
}


/*------------------------------------*\
   EM SCALE
\*------------------------------------*/
/*

0.625em = 10px
0.69em  = 11px
0.75em  = 12px
0.813em = 13px
0.875em = 14px
0.938em = 15px
1.000em = 16px
1.063em = 17px
1.125em = 18px
1.188em = 19px
1.250em = 20px

http://riddle.pl/emcalc/

*/












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
