div#menu_top {
    background: #e0e0e0;
}

ul#menu {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #808080;  /* line between menu and content below */
    padding: 0px 0 10px 5px;
    height: 23px;
    position: relative;
}

ul#menu li {
    float: left;
    margin: 0 0.4% 0 0;
    bottom: 0;
    text-align: center;
    width: 16.16%;
}

ul#menu li > div > div {
    margin: 0 8px 0 8px;
    height: 23px;
}

ul#menu a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 120%;
    color: #2F4F4F;  /* DarkSlateGray; */
}

ul#menu a.active_page,
ul#menu a:hover {
    color: black;
    font-weight: bold;
}

ul#menu span {
    display: block;
    padding: 5px 0 5px 0;
}
