/* Colours used */
/* #fff White
   #977 Baige (standard link colour)
   #EFE7DF Light Baige (page background)
   #653332 Chocolate Brown
   #B69C9C Light Brown (right nav link:hover) */


/* Right Navigation Styles */
#smHome       { border:1px solid #B69C9C; }
#smHome A, #smHome A:hover {
                color:#633; }
#smFormation  { background:#399; }
#smValues     { background:#069;  }
#smPlants     { background:#363;  }
#smAnimals    { background:#903;  }
#smArchaeology {
                background:#969; }
#smHistory    { background:#666;  }
#smThreats    { background:#f60;  }
#smConservation {
                background:#036; }
#smCultural   { background:#930;  }
#smEducation  { background:#606;  }
#smPlaces     { background:#c00;  }
#smLinks      { background:#663;  }

.smHome, .smSection {
                margin:10px 0px 5px 0px;
                padding:1px 0px 1px 3px;
                width:180px; }

.smSection A, .smSection A:hover {
                color:#fff;
                background:transparent;
                font-weight:bold;
                text-decoration:none; }

.smSubSection { margin:0px 0px 2px 5px;
                padding:0px 0px 0px 20px;
                height:18px;
                background:#EFE7DF url(../images/sm_branch.gif) no-repeat; }

