/* Start of CMSMS style sheet 'Navigation: Wellies Bottom Menu' */
/********************
BOTTOM MENU
*********************/

/* Current */
.bottom_menu_item_current {
    float: left;
    font-size: 0.9em;
    color: #8FB7C1;
    text-align: center;
    width: 120px;
    padding-top: 50px;
    margin-right: 1em;
}


/* Basic Item */
.bottom_menu_item {
    float: left;
    margin-right: 1em;
    font-size: 0.9em;
    text-align: center;
    width: 120px;
}

.bottom_menu_item a {
    display: block;
    padding: 0.4em;
    text-decoration: none;
    color: #333;
    text-align: center;
    padding-top: 50px;
}

.bottom_menu_item a:hover {
    color: #8FB7C1;
}
/* End of 'Navigation: Wellies Bottom Menu' */

