body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

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

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: none;
	font-size: 14px;
	font-style: normal;
	list-style-type: none;
	color: #FFFFFF;
	padding-left: 14px;
	margin-left: 8px;
	margin-bottom: 3px;
}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	/*background: black url(closed3.gif) no-repeat left 1px;*/
	background: black no-repeat left 1px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.subsubmenu { /* Style for LI that contains sub lists (other ULs). */
	/*background: black url(closed3.gif) no-repeat left 1px; */
	background: black no-repeat left 1px;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	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;
}

.treeview a {
	text-decoration:none;
}
.cMenuBar {
	position: absolute;
	left: -500px;
	top: 0px;
	height: 460px;
	width: 284px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 2;
}
.cSlideToggle {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #818181;
	width: 24px;
	height: 460px;
	z-index: 3;
}
.cMenuItems {
	top: 5px;
	position: absolute;
	left: -20px;
}
.cStaticMenu {
	font-size: 14px;
	position: absolute;
	left: 180px;
	top: 350px;
	width: 300px;
}
.cNavLink a {
	font-size: 9px;
}
