/* CSS Document */

#leftNav {
    width: 100%;
    padding-left: 70px;
}

img.navImg {
    padding-bottom: 8px;
}

img#navHome {
    margin-left: 10px;
    margin-top: 15px;
}

#subnav {
    list-style:none;
    margin-left:29px;
    font-size: 12px;
}

#subnav ul {
    list-style: none;
    margin-left: 10px;
    font-size:10.5px;
}

#subnav li {
    margin:3px 0 5px 0;
    width: 150px;
}

#subnav li ul li {
    width: 140px;
}

#subnav a {
    text-decoration:none;
    color:#000000;
}

#subnav ul a {
    color:#000000;
}

a.selected_first_dir,  a.selected_dir,  a.selected_last_dir,
a.selected_first_page, a.selected_page, a.selected_last_page {
    font-weight: bold;
}
