#header {
    position: fixed;
    top: 0;
    width : 100%;
/*    margin: 5pt 0 0 0;*/
    padding: 5pt 0 0 0;
    background-color: white;
}

img.menuimg {
    max-height: 4.2em;
    display: inline;
    float:left;
    margin-right: 10pt;
}

ul#menu {
    list-style-type: none;
    margin: 0 12pt 0 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
    background-color: #002200;
}

ul#menu li {
    float: left;
    border-right: 1px solid #bbb;
    margin: 5pt 0 5pt 0;
}

ul#menu li:last-child {
    border-right: none;
    margin: 5pt 0 5pt 0;
}

ul#menu li a {
    display: block;
    color: white;
/*    color: #FF0000;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
ul#menu li a:hover {
    background-color: #111;
/*    background-color: #ffe6e6;*/
}

ul#menu .active {
/*    background-color: #4CAF50;*/
    color: #FF0000;
}

.clear {
    clear: both;
}


#footer {
    clear:both;
    width:100%;
}

#footer .logos {
    display:block;
    margin:auto;
    width:300px;
}

#footer .logo img {
    display:block;
    margin:auto;
    width:150px;
}