@charset "utf-8";
/* CSS Document */

body {
    margin-left: 8px;
    margin-top: 4px;
    padding-top: 0px;

}
.banner {
    box-sizing: content-box;
    width: 300;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-top: 5px;
    
}
.menu {
    xfloat:left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkgray;
}

.menuitem {
    float: left;
    background-color: darkgray;
    font-family: "Arial, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
        
}

.menuitem a {
    display: block;
    color: black;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}
.menuitem a:hover {
    background-color: lightgray;
    margin-left: 0px;
}
.activemenuitem {
    background-color: lightgray;    
}
