/* Start of CMSMS style sheet 'Default: Bottom Menu' */
div#bottom_menu {
    background-color: #2D294C;
    clear: both;
    height: 62px;
    position: relative;
}

div#bottom_menu div {
    height: 62px;
    line-height: 62px;
    position: absolute;
    text-align: right;
    width: 235px;
}

div#bottom_menu ul {
    left: 245px;
    list-style-type: none;
    height: 62px;
    position: absolute;
    width: 755px;
}

div#bottom_menu li {
    float: left;
    white-space: nowrap;
    width: 62px;
}

div#bottom_menu img { cursor: pointer; }
/* End of 'Default: Bottom Menu' */

