#leftcol a:link, #leftcol a:visited {
color: #333;
}
#leftcol a:hover, #lefcol a:active {
color: #669900;
}
#leftcol p {
margin: 25px 0px 0px 0px;
padding-top: 10px;
}

/*Simple Tree Menu*/
ul.treeview {
padding: 0px 0px 0px 0px;
margin: 0;
}
.treeview ul {
margin: 0px;
padding: 0px;
}
.treeview li {
background: transparent url(../images/layout/list.gif) no-repeat left 3px;
list-style-type: none;
padding-left: 15px;
margin-bottom: 10px;
}
.treeview li.submenu { 
background: transparent url(closed.gif) no-repeat left 2px;
cursor: pointer !important;
}
.treeview li.submenu ul {
display: none;
margin-top: 10px;
}
.treeview .submenu ul li {
margin-left: 0px;
cursor: default;
}
