/* === 0) Sidebar column text + base font === */
#id_leftColumn { color:#fff !important; }
#id_leftColumn, #id_leftColumn * {
  font-family: Tahoma, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

/* === 1) FORCE the left sidebar menu block to ACTM blue === */
/* Paint the whole menu UL and literally everything inside it blue */
ul#id_CkU6JzF_idSubMenu,
ul#id_CkU6JzF_idSubMenu * {
  background-color: #04388b !important;
  background: #04388b !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  text-shadow: none !important;
  color: #cde0ff !important; /* readable on blue */
}

/* If Aurora injected inline background on any node, overwrite it */
ul#id_CkU6JzF_idSubMenu [style*="background"] {
  background-color: #04388b !important;
  background: #04388b !important;
  background-image: none !important;
}

/* Kill corner/capsule machinery completely (actual DIVs, not pseudos) */
ul#id_CkU6JzF_idSubMenu .cornersContainer,
ul#id_CkU6JzF_idSubMenu .topCorners,
ul#id_CkU6JzF_idSubMenu .bottomCorners,
ul#id_CkU6JzF_idSubMenu .cornersContainer div,
ul#id_CkU6JzF_idSubMenu .topCorners div,
ul#id_CkU6JzF_idSubMenu .bottomCorners div,
ul#id_CkU6JzF_idSubMenu [class^="d"] {
  background: #04388b !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Links on blue */
ul#id_CkU6JzF_idSubMenu a { color:#cde0ff !important; }
ul#id_CkU6JzF_idSubMenu a:hover,
ul#id_CkU6JzF_idSubMenu li.itemCurrentLeaf .inner a,
ul#id_CkU6JzF_idSubMenu li.itemCurrentLeaf .inner span { color:#ffffff !important; }