/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


/* Text instead of icon for dashboard menu item */
ul.am-tabs #menu-member {
    text-indent:0;
    background: none;
    width: auto;    
}

ul.am-tabs li.active #menu-member,
ul.am-tabs #menu-member:hover {
    background-image: none;
}