/* 
    Document   : sfl_bottom_menu.php
    Created on : April 13, 2012
    Author     : Market Aces / SD
    Description:
        Styles the bottom menu
*/

.menu-footer-menu-container > ul {
    list-style: none outsite none;
}

.menu-footer-menu-container > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 30px;
    width: 200px;
}

#footercontent a{
    font-family: 'Arvo',serif;
}

#footercontent .sub-menu a{
    color: #FFF;
}
#footercontent .sub-menu a:hover{
    text-decoration: underline;
}

