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

ul {
margin-left: -5px;
padding-left: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: #EFEFEF background:url(li_bg000.gif) top left repeat-x;/*url(list.gif)*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 10px;
margin-top: 7px;
line-height: 13px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #EFEFEF url(../css_js/1_sp_300.gif) top left  no-repeat; /*url(closed.gif)*/
margin-left:-4px;
padding-left: 15px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*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{margin:5px 3px 0  0 ;}
li{ margin-left: 0px;}
li a{background:url(../css_js/li_arr00.gif) top left no-repeat; color:red; text-decoration:none; margin-left:0px; padding-left:10px; text-transform:none; font-weight:normal; font-size:12px; text-align: left;}

li a:hover{text-decoration:underline;}

