

#topmenu { border-bottom: 2px solid #555566; background: #eeeeef; font-size:120%; padding-top:12px; padding-bottom:12px; }
#topmenu a { color: #10253F; text-decoration: none; padding-left:24px;  padding-right:24px; font-weight: bold;}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #555566 /* #333 */;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #006200;
    color: white;
}

	