div#s1 {
	float:left;
	margin: 0 0 0 0;
	padding:0;
	width: 206px;          /* menu width */
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}
div#s1 ul {
	background-color: #ECC0CB;
	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: #ECC0CB;
	display:block;
	border-top: 1px solid #FFFFFF; /* lines */
}

div#s1 ul li a {
	display: block;         /* lines extend to right, make area clickable */
	color: #000;
	background-color: #ECC0CB;
	padding: 3px 3px 3px 73px;
	margin:0;
	text-decoration: none;
	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s1 ul li {
	margin: 0;
	padding: 0;
	background-color: #F6E1E6;
}

div#s1 ul ul li a {
	background-color: #F6E1E6;
	margin: 0;     /* indent level 1 */
}

div#s1 ul ul ul li a {
	background-color: #F6E1E6;
  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(../bullet_open.gif);*/
  background-repeat: no-repeat;
}

div#s1 ul li.closed a {
 /* background-image: url(../bullet_closed.gif);*/
  background-repeat: no-repeat;
}

div#s1 ul li.leaf a {
  /*background-image: url(../bullet_leaf.gif);*/
  background-repeat: no-repeat;
}
 
div#s1 li.active a {
	background-position: 0px -20px;
	color: #92004c;            /* highlight text */
	font-weight:bold;
}
 
div#s1 li.active li a {
	background-position: 0px 0px;
	color: #000000;          /* fix lower levels */
	font-weight:normal;

}

div#s1 ul li a:hover {
  color: #92004c;
   /* rollover effect */
}
