

ul.menu {
    line-height: 120%;
    margin: 0 0 0 -0.5em;
    m-argin: 0 0 0 -1.5em;
    padding: 0;
    color: #c00;
}

ul.menu ul {
    margin-left: 0em;
}

ul.menu li,
ul.menu li.leaf {
    margin: 0.15em 0 0.15em .5em;
    color: #c00;
}

ul.menu li,
ul.menu li.leaf {
    padding: 0 0 .2em 1.5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent url(MenuLeaf.gif) no-repeat 1px .35em;
}

ul.menu li.expanded {
    background: transparent url(MenuExpanded.gif) no-repeat 1px .35em;
}

ul.menu li.collapsed {
    background: transparent url(MenuCollapsed.gif) no-repeat 0px .35em;
}

ul.menu li.leaf a,
ul.menu li.expanded a,
ul.menu li.collapsed a {
    display: block;
}
ul.menu li a.active {
    font-weight: bold;
    b-order: 1px solid #ccc;
    p-adding: 1px 5px;
    b-ackground-color: #fff;
}

ul.menu a:link,
ul.menu a:visited,
ul.menu a:active {
    text-decoration: none;
}
ul.menu a:hover {
    color: #4A6272;
    f-ont-weight: bold;
    text-decoration: underline;
}
