/* Add any valid CSS declarations */
.sf-menu.sf-style-space-orange a {
    border: 1px outset #000000;    /*Sidebar Menu link text color turn to black*/
    color: #000000;
    padding: 0.75em 1em;
}
div.sf-accordion-toggle.sf-style-space-orange a {
    background: #333333;
    border: 1px outset #000000;
    color: #f1f1f1;
    padding: .50em;
}
.sf-depth-3 {
   background-color: #F49B46;
}
.sf-depth-4 {
   background-color: #F49B46;
}
.sf-menu.sf-style-space-orange li, .sf-menu.sf-style-space-orange li li {
    background: #F49B46;
}
.blueLink {
  color: #06f;
}
/*body {
  /*background-color: #000000;*/ /* new background colour */
  background-image: url('/sites/default/files/pictures/background.gif'); /* inserted line for background image */
  /*background-repeat:no-repeat; /* inserted line to not repeat */
  color: #333333;*/
}*/