.inside
	{
		margin:0px;
		padding:0px;
	}
.notopgap
	{
		margin: 3px;
		padding:0px;
	}
.treeview
	{
		margin:0px;
		padding:0px;
	}
.treeview ul
	{ /*CSS for Simple Tree Menu*/
		margin: 0px;
		padding: 0px;
	}
.treeview li
	{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
		background: white url(../images/list.gif) no-repeat left center;
		list-style-type: none;
		text-indent:0px;
		margin:0px;
		padding:0px 5px 0px 15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		letter-spacing:-.05em;

	}
.treeview li a
	{
		color:black;
		text-decoration:none;
	}
.treeview li a:hover
	{
		color:#9b9b9b;
	}
.treeview li.submenu
	{ /* Style for LI that contains sub lists (other ULs). */
		background: white url(../images/closedfolder.gif) no-repeat 2px 5px;
		cursor: hand !important;
		cursor: pointer !important;
	}
.treeview li.submenu:hover
	{
		color:#9b9b9b;
	}
.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;
	}
.top
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		padding-left:5px;
		padding-top:5px;
		letter-spacing:-.05em;
		margin:0px;
		background-color:#f9f9f9;
		border-bottom:1px solid #cfcfcf;
		border-top:1px solid #cfcfcf;
	}