/* left navigation sidebar */

#leftSidebar {
    margin: 0;
    padding: 0px;
    width: 200px;
    background-color: #DBE8EE;
    /*background-image: url(../images/sidebar_bkgd.gif);*/
    background-image: url(images/sidebar_bkgd.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#leftSidebar select {
    font-size: 10px;
    width: 190px;
    margin: 2px 0px 2px 4px;
}

#leftSidebar ul {
    vertical-align: top;
    padding: 0px;
    margin: 6px;
    list-style-type: none;
}
#leftSidebar li {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #344;
    margin: 2px 0px;
    padding-left: 1.2em;
    /*background-image: url(../images/list_off.gif);*/
    /*background-image: url(images/list_off.gif);*/
/*  background-image: url(../images/list_off.gif);
    background-repeat: no-repeat;
    background-position: 0 50%; */
}
#leftSidebar li.active {
    color: #E40;
    /*background-image: url(../images/list_on.gif);*/
    background-image: url(images/list_on.gif);
    background-repeat: no-repeat;
    background-position: 0 7px; 
}
#leftSidebar li a {
    text-decoration: none;
    color: #344;
    white-space: normal;
    border: none;
    background-image: none;
}
#leftSidebar li a:hover {
    text-decoration: underline;
}
#leftSidebar li.active a {
    color: #E40;
}
#leftSidebar li ul, #leftSidebar li.active ul {
    font-weight: normal;
    margin: 0px;
    padding: 2px 4px;
}
#leftSidebar li li a, #leftSidebar li.active li a {
    font-weight: normal;
    text-decoration: none;
    color: #344;
}
#leftSidebar li li a:hover {
    text-decoration: underline;
}
#leftSidebar p {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    margin-left: 8px;
}
#leftSidebar p.footnote {
    color: #666;
    margin-top: 8px;
}
#leftSelect {
    margin: 0px;
    /*background-image: url(../images/select_bkgd.gif);*/
    background-image: url(images/select_bkgd.gif);
    background-repeat: repeat-x;
    padding-bottom: 4px;
    width: 200px;
}

#leftSelect h2 {
    margin-top: .25em;
    margin-left: 8px;
    font-size: 12px;
    color: #123;
    line-height: 1.25em;
    border: none;
}

#leftSelect p {
    font-size: 10px;
    margin-bottom: 2px;
}
#leftNav {
    width: 200px;
    margin-top: 10px;
}