body[n-theme="n-default"]
{
    /* Nexssa Default Theme Colors */

    --menu-background: #333333;
    --menu-text-color: #fff;

    --menu-sub-background: #2b2b2b;
}
body[n-theme="n-blue"]
{
    /* Nexssa Default Theme Colors */

    --menu-background: #064675;
    --menu-text-color: #fff;

    --menu-sub-background: #2185d0;
}
body[n-theme="n-light"]
{
    /* Nexssa Light Theme Colors */

    --menu-background: #e8e8e8;
    --menu-text-color: #424242;

    --menu-sub-background: #e8e8e8;
}
body[n-theme="n-dark"]
{
    /* Nexssa Default Theme Colors */

    --menu-background: #333333;
    --menu-text-color: #fff;

    --menu-sub-background: #2b2b2b;
}