
/*
 * CSS for css menu helper.
 * Author: John Reeves
 * Credit given to Jake Gordon, author of Nice Menus module
 * for Drupal, for much of the idea.
 */
 
ul.css_menu a:link,ul.css_menu a:hover,ul.css_menu a:active,ul.css_menu a:visited
{
    text-decoration: none;
    color: #747474;
} 
 
ul.css_menu{
    list-style: none;
    margin: 0;
    padding: 1px;
    margin-right: 0;

}

ul.css_menu li{
    margin-bottom: 6px;
    float: none;
    position: relative;
    padding-left: 15px;
    background: url(../img/seta_secao.png) left center no-repeat;
    display: block;
}


