/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.dart-menu-bar .dart-menu-link-text
{
    color: #FFFFFF;
}

.dart-menu-bar:hover .dart-menu-link-text
{
    border-bottom: 0;
}

.dart-menu-item:hover .dart-menu-link
{
    background: #a1dc43;
}