ul.menu {
   list-style-type: none;
   width: 125px;
   margin: 0px;
   padding: 0px;
}

ul.menu ul {
   list-style-type: none;
   margin: 0px 0px 0px 16px;
   padding: 0px;
}

ul.menu li {
   padding: 0px;
   margin: 0px;
   line-height: 18px;
   background-image: url(images/treeVlinT.gif);
   background-repeat: repeat-y;
   background-position: center left;
   cursor: pointer;
}

ul.menu li.root {
   line-height: 18px;
   background-image: url(images/treeHome.gif);
   background-repeat: no-repeat;
}

ul.menu li.open {
   background-image: url(images/treeVlin.gif);
   background-repeat: repeat-y;
}

ul.menu li.closed {
   background-image: url(images/treeVlin.gif);
   background-repeat: repeat-y;
}

ul.menu li.last {
   background-image: url(images/treeVlinL.gif);
   background-position: top left;
   background-repeat: no-repeat;
}

ul.menu li a {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 20px;
   background-repeat: no-repeat;
   background-position: left center;
}

ul.menu div.expander {
   margin: 0px;
   padding: 0px 0px 0px 12px;
   height: 18px;
   line-height: 18px;
   background-repeat: no-repeat;
   background-position: left center;
}

ul.menu div.menuitem {
   margin: 0px;
   padding: 0px 0px 0px 12px;
   height: 18px;
   line-height: 18px;
}

ul.menu li.open div.expander {
   background-image: url(images/treeMinus.gif);
}

ul.menu li.closed div.expander {
   background-image: url(images/treePlus.gif);
}

ul.menu li.open a {
   background-image: url(images/treeOpen.gif);
}

ul.menu li.closed a {
   background-image: url(images/treeClosed.gif);
}

ul.menu div.menuitem a {
   background-image: url(images/treeClosed.gif);
}

ul.menu li.open ul {
   display: block;
}    

ul.menu li.closed ul {
   display: none;
}

ul.menu a {
   font-size: 9pt;
   font-weight: bold;
   font-family: Verdana;
   color: #3fefff;
   text-decoration: none;
}

ul.menu a:visited {
   color: #3f6fdf;
}

ul.menu a:link {
   color: #6fb8ff;
}

ul.menu a:hover {
   color: #9fbfff;
   text-decoration: underline;
}

