/* ----------------------------------------------------------------------------------- */
/* sm-simple-dark.css */
/* ----------------------------------------------------------------------------------- */
.sm-simple {
    background: #222;
}

/* Top-level menu links */
.sm-simple a {
    color: #eee;
    background-color: #222;
}

/* Hover/active/focus states */
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple .highlighted {
    background-color: #333;
    color: #fff;
}

/* Submenus */
.sm-simple ul {
    background: #2a2a2a;
    border: 1px solid #444;
}

/* Submenu items */
.sm-simple ul a {
    color: #ccc;
    background: #2a2a2a;
}

.sm-simple ul a:hover,
.sm-simple ul a:focus {
    background: #3a3a3a;
    color: #fff;
}
