ul.treeview{margin:0px 0px 5px 0px;}


.treeview ul{ /*CSS for Simple Tree Menu*/
list-style-type:none;
margin: 0px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(../images/blank.gif) no-repeat left 4px;
list-style-type: none;
padding: 0px 0px 0px 12px;
margin: 0px;
line-height: 14px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url(../images/expand.gif) no-repeat left 4px;
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;
}

.treeview li a:link.treemain {font-family:Verdana; font-size:11px; font-weight:bold; color:#303030; text-decoration:none; text-transform:uppercase;}
.treeview li a:active.treemain {font-family:Verdana; font-size:11px; font-weight:bold; color:#303030; text-decoration:none; text-transform:uppercase;}
.treeview li a:visited.treemain {font-family:Verdana; font-size:11px; font-weight:bold; color:#303030; text-decoration:none; text-transform:uppercase;}
.treeview li a:hover.treemain {font-family:Verdana; font-size:11px; font-weight:bold; color:#636363; text-decoration:none; text-transform:uppercase;}

.treeview li a:link {font-family:Verdana; font-size:11px; color:#303030; text-decoration:none;}
.treeview li a:active {font-family:Verdana; font-size:11px; color:#303030; text-decoration:none;}
.treeview li a:visited {font-family:Verdana; font-size:11px; color:#303030; text-decoration:none;}
.treeview li a:hover {font-family:Verdana; font-size:11px; color:#636363; text-decoration:none;}





