a
{text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0;
position:relative; left:1px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/help/NetworkHelp/img/page.gif) no-repeat;
list-style-type: none;
padding-left: 20px;
margin-bottom: 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/help/NetworkHelp/img/closed.gif) no-repeat;
position:relative; left:-40px;
margin-left:0;
cursor: hand !important;
cursor: pointer !important;
width: 180px;
text-decoration:none;
}


.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;
position:relative; left:1px;
}