Try using the setStyle method as follows:
setStyle
$w.onReady(function () { $w("#menuToggle1").setStyle({ "color": "red" }); });