.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(../images/list2.gif) no-repeat left center;
list-style-type: none;
padding-left: 30px; 
margin-bottom: 3px;
border-bottom:1px dotted #7a7a7a;
}

.treeview li.here{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(../images/here.gif) no-repeat left center;

}

.treeview li a.main{padding:9px 0px 9px 0px; display:block; font:bold 12px/12px Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color:#666;}
.treeview li a:hover.main {color:#04aecc;}

.treeview li.here a.main {color: #ff8c24;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url(../images/closed.gif) no-repeat left 4px;
/*cursor: hand !important; */
cursor: pointer !important;

}

.treeview li ul li {
border-bottom:0px; background: transparent url(../images/list.gif) no-repeat left center; padding-left:20px;

}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; margin-bottom:10px;/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

ul#treemenu1 {margin: 0px 10px;padding:0; width:205px;}