body {
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	font-weight:bold;
}
a {
	color:#004477;
	font-weight:bold;
	text-decoration:none;
	display: inline-block;
}
a:hover {
	display: inline-block;
	background-color:#DDDDDD;
}
a:active {
	color: #047;
}
a:visited {
	color: #047;
}
.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(../icons/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 10px;
	display:compact;
}
.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: white url(../icons/closed.gif) no-repeat left 1px;
	margin-bottom: 10px;
	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;
}
#myLogo {
	padding: 10px 0 20px 10px;
}
#tree {
	margin-left:-20px;
}
#topLinks {
	margin-left:20px;
}
