ul.ultree a:link {color: black; text-decoration: underline}
ul.ultree a:active {color: black; text-decoration: none}
ul.ultree a:visited {color: black; text-decoration: none}
ul.ultree a:hover {color: #996633; text-decoration: none}

/* Turn off list bullets */
ul.ultree li {
	list-style: none;
}

ul.ultree, ul.ultree ul, ul.ultree li {
  margin: 0; padding: 0; 
}
ul.ultree {
	padding-left: 10px;
}

/* This controls the indent for each sublist */
ul.ultree ul {
  padding-left: 20px;
}

/* Provide space for our own "bullet" inside the link */
ul.ultree li a { padding-left: 20px; 
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.ultree li.ulopen a {
    background: url(/eDelivery/art/minus.gif) center left no-repeat;
}
ul.ultree li.ulclosed a {
    background: url(/eDelivery/art/plus.gif) center left no-repeat;
}
ul.ultree li.ulbullet a {
    background: url(/eDelivery/art/bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
ul.ultree li.ulopen ul { display: block; }
ul.ultree li.ulclosed ul { display: none; }

