.smallertext a {
	text-decoration: none;
}

.smallertext a:hover {
	background-color: #FFCC33;
	color: #6633CC;
	text-decoration: none;
}

.treeview .submenu ul li{
	cursor: default; /*Style for LIs of ULs that are children of LIs (submenu) */
}

.treeview a{
	text-decoration: none;
	color: #6633CC;
}

.treeview a:hover{
	background-color: #FFCC33;
	color: #6633CC;
}

.treeview li{
	background: url(images/js/list.gif) #FFFFFF no-repeat left center; /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: -2em;
	padding-left: 22px;
	color: #6633CC;
}

.treeview li.submenu{
	background: url(images/js/closed.gif) #FFFFFF no-repeat left 1px; /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	color: #6633CC;
}

.treeview li.submenu ul{
	display: none; /*Hide them by default. Don't delete. */
	margin-left: 1em;
	color: #6633CC;
}

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