.bottom_menu
{
    display:        inline-block;
    float:          left;
    margin-left:    15px;
}

.bottom_menu_l1item
{
    display:        inline-block;
    float:          left;
    padding:        0 25px;
}

.bottom_menu_l2item
{
    display:        inline-block;
    float:          left;
}

.bottom_menu_l1item_topic
{
    font: 14px/14px 'PTSansBold', Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 7px;
}

.bottom_menu_l2item_topic
{
    /*font: 13px/13px 'PTSansBold', Arial, Verdana, Helvetica, sans-serif;*/
    padding-bottom: 4px;
}

.bottom_menu_l1item_topic span,
.bottom_menu_l1item_topic a
{
    color:      #FFF !important;
    text-decoration: none;
}

.bottom_menu_l2item_topic span,
.bottom_menu_l2item_topic a
{
    color:      #BBB !important;
    text-decoration: none;
}

.bottom_menu_l1item_topic a:hover,
.bottom_menu_l2item_topic a:hover,
.bottom_menu_l1item_topic span:hover,
.bottom_menu_l2item_topic span:hover
{
    color:      #FFC107 !important;
}