/* $Id: nav_v1.css 1625 2012-04-02 21:59:54Z ivan $ */
#navcontainer {
    width: 99px;
}
#navcontainer ul {
    margin: 0;
    padding: 0 0 0 5px;
    list-style-type: none;
    font-weight: bold;
}
#navcontainer ul li {
    padding: 2px 4px 5px 0px;
    border-bottom: 2px dotted #d4d4d4;
}
#navcontainer ul li a {
    text-decoration: none;
}
#navcontainer ul li a.active, #navcontainer ul li a:hover {
    background-repeat: no-repeat;
}
#navcontainer ul li ul {
    font-weight: normal;
}
#navcontainer ul li ul li {
    border-bottom: none;
    padding: 0px 1px 0 0.75em;
    background-repeat: no-repeat;
    background-position: 0 0.4em;
}
