div#s1 {
  width: 160px;          /* menu width */
}

div#s1 ul {
  background-color: transparent;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s1 ul li {
  margin: 0;
  padding: 0;
  background-color: #036;
  display:block;
  border-top: 1px solid white; /* lines */
}

/*///////////// Link UL classes - (MAIN LINKS) /////////////////*/

div#s1 ul li.red{
  margin: 0;
  padding: 0;
  background-color: #CC0000;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.red2{
  margin: 0;
  padding: 0;
  background-color: #ffcccc;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.teal{
  margin: 0;
  padding: 0;
  background-color: #007171;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.teal2{
  margin: 0;
  padding: 0;
  background-color: #ceeaea;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.people{
  margin: 0;
  padding: 0;
  background-color: #9900CC;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.people2{
  margin: 0;
  padding: 0;
  background-color: #edcff7;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.meetings{
  margin: 0;
  padding: 0;
  background-color: #0000CC;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.meetings2{
  margin: 0;
  padding: 0;
  background-color: #ccccff;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.events{
  margin: 0;
  padding: 0;
  background-color: #CD3B02;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.events2{
  margin: 0;
  padding: 0;
  background-color: #f8b7a1;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.news{
  margin: 0;
  padding: 0;
  background-color: #007E00;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.news2{
  margin: 0;
  padding: 0;
  background-color: #b9ebb9;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.amenities{
  margin: 0;
  padding: 0;
  background-color: #660099;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.amenities2{
  margin: 0;
  padding: 0;
  background-color: #e9c2fc;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.links{
  margin: 0;
  padding: 0;
  background-color: #3366CC;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.links2{
  margin: 0;
  padding: 0;
  background-color: #c6d6f7;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.reports{
  margin: 0;
  padding: 0;
  background-color: #72042B;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li.reports2{
  margin: 0;
  padding: 0;
  background-color: #E3CDD5;
  display:block;
  border-top: 1px solid white; /* lines */
}

/*///////////////////////////////////////////////////////////*/


div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #036;
  padding: 3px 3px 3px 23px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}


/*///////////////////////// A classes for link colours //////////////////////////////////*/


div#s1 ul li a.red {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #CC0000;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.red2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #ffcccc;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.teal {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #007171;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.teal2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #ceeaea;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.people {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #9900CC;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.people2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #edcff7;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.meetings {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #0000CC;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.meetings2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #ccccff;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.events {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #CD3B02;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.events2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #f8b7a1;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.news {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #007E00;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.news2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #b9ebb9;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.amenities {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #660099;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.amenities2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #e9c2fc;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.links {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #3366CC;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.links2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #c6d6f7;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}


div#s1 ul li a.reports {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #72042B;
  padding: 3px 3px 3px 10px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul li a.reports2 {
  display: block;         /* lines extend to right, make area clickable */
  color: #333;
  background-color: #E3CDD5;
  padding: 3px 3px 3px 30px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

/*/////////////////////////////////////////////////////////////////////////////////////*/

div#s1 ul ul li a {
  margin-left: 20px;     /* indent level 1 */
}

div#s1 ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block;        /* expand */
}
 

div#s1 ul li.open a {
  background-image: url(images/faded_arrow2.gif);
  background-repeat: no-repeat;
  /*background-position: right;*/
}


div#s1 ul li.closed a {
  background-image: url(images/faded_arrow1.gif);
  background-repeat: no-repeat;
  /*background-position: right;*/
}


div#s1 ul li.leaf a {
   background-image: url(images/bullet_leaf2.gif);
   background-repeat: no-repeat;
}

 
div#s1 li.active a {
  background-position: 10px -18px;
  color: red;            /* highlight text */
}
 
div#s1 li.active li a {
  background-position: 0px 0px;
  color: white;          /* fix lower levels */
}

div#s1 ul li a:hover 
{
  color: white; 
  /*background-color: #06C;  rollover effect */
}

div#s1 ul li.leaf a:hover 
{
  color: black; 
  /*background-color: #06C;  rollover effect */
}
