#menu {
    margin-top: 0px;
    width:185px;
}

ul.VerticalMenu {

}
#tree { display: none; }

ul.treeview {
    width: 210px;
    float: left;
    text-align: left;
    margin: 4px 0px 0px -25px;
}
ul.treeview li {
    color: #333;
    list-style: none outside none;
    padding-top: 2px;
    padding-bottom: 6px;
    background-image: url("../../../images/bg_li.png");
    background-position: 16px 28px;
    background-repeat: no-repeat;
    left: -25px;
}

ul.treeview li a {
    font-weight: bold;
    color: #333;
    padding: 3px;
    border: 1px solid #000;
    background-color: #ccc;
}

#content_container {
    min-height: 600px;
    margin-left: 190px;
    margin-right: 4px;
    padding: 0px 10px 10px 5px;  
}

ul.level-1 li {
    color: #FFFFFF;
    list-style: none outside none;
    margin: 0;
}
ul.level-2 li {
    color: #FFFFFF;
    list-style: none outside none;
    font-size: 10px;
    margin: 0px 0px 0px -16px;
    min-width: 100%;
}
ul.level-2 li:before {
}
#sidetreecontrol {
    padding-bottom: 5px;
    margin-left: 20px;
    height: 15px;
    color: #000;
}

#quickNav {
  font-weight: normal;
  font-size: 0.7em;
}

ul.level-1 li a {
    height: auto;
    width: auto;
    display: block;
}


.treeview a:hover {
    padding-left:6px;
    color: #fff;
    height: auto;
    width: auto;
    background: #333;
}

.treeview a:link,
.treeview a:active,
.treeview a:visited {
    padding-left:6px;


}
.treeview a.selected {
    color: #000;
    padding-left:6px;
    height: auto;
    width: auto;
    background: #fff;
}

.treeview li .current {  background: #fff;  }