public function __construct()
 {
     // Set up the namespace for our class.
     $this->css_class = strtolower(__CLASS__);
     // Start our icon class.
     $svg = new CSST_Nav_SVG();
     // Grab a triangle for our submenu toggles.
     $icon = $svg->get();
     $this->icon = $icon;
 }